Class NodeDragAndDropEventHandler
Delegate for Node Drag Delta and Node Drag Completed events
Inheritance
System.Object
NodeDragAndDropEventHandler
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class NodeDragAndDropEventHandler : MulticastDelegate
Constructors
NodeDragAndDropEventHandler(Object, IntPtr)
Declaration
public NodeDragAndDropEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, NodeDragAndDropEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, NodeDragAndDropEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
NodeDragAndDropEventArgs |
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, NodeDragAndDropEventArgs)
Declaration
public virtual void Invoke(object sender, NodeDragAndDropEventArgs args)
Parameters