Class MouseUpEventHandler
Represents the method that will handle the MouseUp event.
Inheritance
System.Object
MouseUpEventHandler
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class MouseUpEventHandler : MulticastDelegate
Constructors
MouseUpEventHandler(Object, IntPtr)
Declaration
public MouseUpEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, MouseUpEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MouseUpEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
MouseUpEventArgs |
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, MouseUpEventArgs)
Declaration
public virtual void Invoke(object sender, MouseUpEventArgs args)
Parameters