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