Delegate AssociatedMenuItemCollectionEventHandler
Namespace: Telerik.WinControls.UI.BreadCrumb
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void AssociatedMenuItemCollectionEventHandler(object sender, AssociatedMenuItemCollectionEventArgs e);
Parameters
System.Object
sender
|
AssociatedMenuItemCollectionEventArgs
e
|
Constructors
AssociatedMenuItemCollectionEventHandler(Object, IntPtr)
Declaration
public AssociatedMenuItemCollectionEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, AssociatedMenuItemCollectionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AssociatedMenuItemCollectionEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
AssociatedMenuItemCollectionEventArgs
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, AssociatedMenuItemCollectionEventArgs)
Declaration
public virtual void Invoke(object sender, AssociatedMenuItemCollectionEventArgs e)
Parameters
System.Object
sender
|
AssociatedMenuItemCollectionEventArgs
e
|