Delegate PivotGridSpreadExportCellFormattingEventHandler
Represents the method that will handle the CellFormatting events of PivotGrid spread export.
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public delegate void PivotGridSpreadExportCellFormattingEventHandler(object sender, PivotGridSpreadExportCellFormattingEventArgs e);
Parameters
System.Object
sender
The event sender. |
PivotGridSpreadExportCellFormattingEventArgs
e
Instance of PivotGridSpreadExportCellFormattingEventArgs containing the cell related with this event |
Constructors
PivotGridSpreadExportCellFormattingEventHandler(Object, IntPtr)
Declaration
public PivotGridSpreadExportCellFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PivotGridSpreadExportCellFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PivotGridSpreadExportCellFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PivotGridSpreadExportCellFormattingEventArgs
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, PivotGridSpreadExportCellFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, PivotGridSpreadExportCellFormattingEventArgs e)
Parameters
System.Object
sender
|
PivotGridSpreadExportCellFormattingEventArgs
e
|