Delegate PropertyGridSpreadExportCellFormattingEventHandler
Represents the method that will handle the CellFormatting event.
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyGridSpreadExportCellFormattingEventHandler(object sender, PropertyGridSpreadExportCellFormattingEventArgs e);
Parameters
System.Object
sender
The sender. |
PropertyGridSpreadExportCellFormattingEventArgs
e
The PropertyGridSpreadExportCellFormattingEventArgs instance containing the event data. |
Constructors
PropertyGridSpreadExportCellFormattingEventHandler(Object, IntPtr)
Declaration
public PropertyGridSpreadExportCellFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PropertyGridSpreadExportCellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridSpreadExportCellFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PropertyGridSpreadExportCellFormattingEventArgs
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, PropertyGridSpreadExportCellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridSpreadExportCellFormattingEventArgs e)
Parameters
System.Object
sender
|
PropertyGridSpreadExportCellFormattingEventArgs
e
|