Delegate ExcelRowFormattingEventHandler
Namespace: Telerik.WinControls.UI.Export.ExcelML
Assembly: TelerikData.dll
Syntax
public delegate void ExcelRowFormattingEventHandler(object sender, ExcelRowFormattingEventArgs e);
Parameters
System.Object
sender
|
ExcelRowFormattingEventArgs
e
|
Constructors
ExcelRowFormattingEventHandler(Object, IntPtr)
Declaration
public ExcelRowFormattingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ExcelRowFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExcelRowFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ExcelRowFormattingEventArgs
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, ExcelRowFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, ExcelRowFormattingEventArgs e)
Parameters
System.Object
sender
|
ExcelRowFormattingEventArgs
e
|