Delegate
ExcelCellFormattingEventHandler

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public delegate void ExcelCellFormattingEventHandler(object sender, ExcelCellFormattingEventArgs e)

Constructors

ExcelCellFormattingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, ExcelCellFormattingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

ExcelCellFormattingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, ExcelCellFormattingEventArgs)

Declaration

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

Parameters

sender

object

e

ExcelCellFormattingEventArgs