Delegate CreateTreeNodeElementEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CreateTreeNodeElementEventHandler(object sender, CreateTreeNodeElementEventArgs e);
Parameters
System.
|
Create
|
Constructors
CreateTreeNodeElementEventHandler(Object, IntPtr)
Declaration
public CreateTreeNodeElementEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CreateTreeNodeElementEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreateTreeNodeElementEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Create
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CreateTreeNodeElementEventArgs)
Declaration
public virtual void Invoke(object sender, CreateTreeNodeElementEventArgs e)
Parameters
System.
|
Create
|