Delegate MouseDownEventHandler
Represents the method that will handle the MouseDown event.
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public delegate void MouseDownEventHandler(object sender, MouseDownEventArgs args);
Parameters
Constructors
MouseDownEventHandler(Object, IntPtr)
Declaration
public MouseDownEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, MouseDownEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MouseDownEventArgs args, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| MouseDownEventArgs |
args |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, MouseDownEventArgs)
Declaration
public virtual void Invoke(object sender, MouseDownEventArgs args)
Parameters