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