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