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.Object
sender
The sender. |
SpreadStreamCellFormattingEventArgs
e
The SpreadStreamCellFormattingEventArgs instance containing the event data. |
Constructors
SpreadStreamCellFormattingEventHandler(Object, IntPtr)
Declaration
public SpreadStreamCellFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, SpreadStreamCellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SpreadStreamCellFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
SpreadStreamCellFormattingEventArgs
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, SpreadStreamCellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, SpreadStreamCellFormattingEventArgs e)
Parameters
System.Object
sender
|
SpreadStreamCellFormattingEventArgs
e
|