DelegatePivotGridPdfExportCellFormattingEventHandler
Delegate
Represents the method that will handle the CellFormatting events of PivotGrid Pdf export.
Definition
Namespace:Telerik.WinControls.Export
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public delegate void PivotGridPdfExportCellFormattingEventHandler(object sender, PivotGridPdfExportCellFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, PivotGridPdfExportCellFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PivotGridPdfExportCellFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
PivotGridPdfExportCellFormattingEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, PivotGridPdfExportCellFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, PivotGridPdfExportCellFormattingEventArgs e)
Parameters
sender
e