Delegate VisualListItemFormattingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void VisualListItemFormattingEventHandler(object sender, VisualItemFormattingEventArgs args);
Parameters
System.Object
sender
|
VisualItemFormattingEventArgs
args
|
Constructors
VisualListItemFormattingEventHandler(Object, IntPtr)
Declaration
public VisualListItemFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, VisualItemFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, VisualItemFormattingEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
VisualItemFormattingEventArgs
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, VisualItemFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, VisualItemFormattingEventArgs args)
Parameters
System.Object
sender
|
VisualItemFormattingEventArgs
args
|