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