Delegate BookmarkPaintEventHandler
Handler for the ParsePointParameterChanged event.
Assembly: Syncfusion.Edit.Windows.dll
public delegate void BookmarkPaintEventHandler(object sender, BookmarkPaintEventArgs e);
Parameters
Constructors
Declaration
public BookmarkPaintEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, BookmarkPaintEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
BookmarkPaintEventArgs |
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, BookmarkPaintEventArgs e)
Parameters