DelegateExcelRowFormattingEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI.Export.ExcelML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public delegate void ExcelRowFormattingEventHandler(object sender, ExcelRowFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, ExcelRowFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ExcelRowFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, ExcelRowFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ExcelRowFormattingEventArgs e)
Parameters
sender
e