Class PreRenderDocumentEventHandler
Delegate which is used for event raising when document has been created but
its size and location of elements are not yet.
Inheritance
System.Object
PreRenderDocumentEventHandler
Assembly: Syncfusion.HTMLUI.Windows.dll
public sealed class PreRenderDocumentEventHandler : MulticastDelegate
Constructors
Declaration
public PreRenderDocumentEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PreRenderDocumentArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| PreRenderDocumentArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, PreRenderDocumentArgs e)
Parameters