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