Delegate
RadCommandBarLinesElementCollectionItemChangedDelegate

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void RadCommandBarLinesElementCollectionItemChangedDelegate(RadCommandBarLinesElementCollection changed, CommandBarRowElement target, ItemsChangeOperation operation)

Constructors

RadCommandBarLinesElementCollectionItemChangedDelegate(object, IntPtr)

Declaration

cs-api-definition
public RadCommandBarLinesElementCollectionItemChangedDelegate(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(RadCommandBarLinesElementCollection, CommandBarRowElement, ItemsChangeOperation, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(RadCommandBarLinesElementCollection changed, CommandBarRowElement target, ItemsChangeOperation operation, AsyncCallback callback, object @object)

Parameters

changed

RadCommandBarLinesElementCollection

target

CommandBarRowElement

operation

ItemsChangeOperation

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(RadCommandBarLinesElementCollection, CommandBarRowElement, ItemsChangeOperation)

Declaration

cs-api-definition
public virtual void Invoke(RadCommandBarLinesElementCollection changed, CommandBarRowElement target, ItemsChangeOperation operation)

Parameters

changed

RadCommandBarLinesElementCollection

target

CommandBarRowElement

operation

ItemsChangeOperation