New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.BreadCrumb

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void AssociatedMenuItemCollectionEventHandler(object sender, AssociatedMenuItemCollectionEventArgs e)

Constructors

C#
public AssociatedMenuItemCollectionEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, AssociatedMenuItemCollectionEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjecteAssociatedMenuItemCollectionEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, AssociatedMenuItemCollectionEventArgs e)
Parameters:senderobjecteAssociatedMenuItemCollectionEventArgs