Delegate HTMLTableCaptionFormattingEventHandler
Namespace: Telerik.WinControls.UI.Export.HTML
Assembly: TelerikData.dll
Syntax
public delegate void HTMLTableCaptionFormattingEventHandler(object sender, HTMLTableCaptionFormattingEventArgs e);
Parameters
System.
|
HTMLTable
|
Constructors
HTMLTableCaptionFormattingEventHandler(Object, IntPtr)
Declaration
public HTMLTableCaptionFormattingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, HTMLTableCaptionFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, HTMLTableCaptionFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
HTMLTable
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, HTMLTableCaptionFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, HTMLTableCaptionFormattingEventArgs e)
Parameters
System.
|
HTMLTable
|