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. The sender. |
Cell The Cell |
Constructors
CellFormattingEventHandler(Object, IntPtr)
Declaration
public CellFormattingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Cell
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, CellFormattingEventArgs e)
Parameters
System.
|
Cell
|