Delegate CreatingVisualListItemEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CreatingVisualListItemEventHandler(object sender, CreatingVisualListItemEventArgs args);
Parameters
System.Object
sender
|
CreatingVisualListItemEventArgs
args
|
Constructors
CreatingVisualListItemEventHandler(Object, IntPtr)
Declaration
public CreatingVisualListItemEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CreatingVisualListItemEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreatingVisualListItemEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CreatingVisualListItemEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CreatingVisualListItemEventArgs)
Declaration
public virtual void Invoke(object sender, CreatingVisualListItemEventArgs args)
Parameters
System.Object
sender
|
CreatingVisualListItemEventArgs
args
|