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