Delegate CellFormattingEventHandler
Represents the method that will handle the CellFormatting event.
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void CellFormattingEventHandler(object sender, CellFormattingEventArgs e);
Parameters
System.Object
sender
The sender. |
CellFormattingEventArgs
e
The CellFormattingEventArgs instance containing the event data. |
Constructors
CellFormattingEventHandler(Object, IntPtr)
Declaration
public CellFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CellFormattingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, CellFormattingEventArgs e)
Parameters
System.Object
sender
|
CellFormattingEventArgs
e
|