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