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