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