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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void RadCommandBarLinesElementCollectionItemChangedDelegate(RadCommandBarLinesElementCollection changed, CommandBarRowElement target, ItemsChangeOperation operation)

Constructors

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

Methods

C#
public virtual IAsyncResult BeginInvoke(RadCommandBarLinesElementCollection changed, CommandBarRowElement target, ItemsChangeOperation operation, AsyncCallback callback, object @object)
Parameters:changedRadCommandBarLinesElementCollectiontargetCommandBarRowElementoperationItemsChangeOperationcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(RadCommandBarLinesElementCollection changed, CommandBarRowElement target, ItemsChangeOperation operation)
Parameters:changedRadCommandBarLinesElementCollectiontargetCommandBarRowElementoperationItemsChangeOperation