Delegate ElementPaintEventHandler
Delegate which is used for invoking events before the HTML element's block painting.
Assembly: Syncfusion.HTMLUI.Windows.dll
public delegate void ElementPaintEventHandler(object sender, ElementPaintEventArgs e);
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
Source of the event
|
| ElementPaintEventArgs |
e |
ElementPaintEventArgs instance
|
Constructors
Declaration
public ElementPaintEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ElementPaintEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| ElementPaintEventArgs |
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, ElementPaintEventArgs e)
Parameters