Delegate
PivotGridPdfExportCellFormattingEventHandler

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

PivotGridPdfExportCellFormattingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public PivotGridPdfExportCellFormattingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PivotGridPdfExportCellFormattingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PivotGridPdfExportCellFormattingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

PivotGridPdfExportCellFormattingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, PivotGridPdfExportCellFormattingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, PivotGridPdfExportCellFormattingEventArgs e)

Parameters

sender

object

e

PivotGridPdfExportCellFormattingEventArgs