DelegateHTMLCellFormattingEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI.Export.HTML
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public delegate void HTMLCellFormattingEventHandler(object sender, HTMLCellFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, HTMLCellFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, HTMLCellFormattingEventArgs 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, HTMLCellFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, HTMLCellFormattingEventArgs e)
Parameters
sender
e