Delegate Diagram.DiagramEventHandler
Assembly: Syncfusion.EJ.Web.dll
Syntax
public delegate void DiagramEventHandler(object Sender, DiagramEventArgs e);
Parameters
Constructors
DiagramEventHandler(Object, IntPtr)
Declaration
public DiagramEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DiagramEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object Sender, DiagramEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
Sender |
|
DiagramEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, DiagramEventArgs)
Declaration
public virtual void Invoke(object Sender, DiagramEventArgs e)
Parameters