Delegate
CommandBarStripElementCollectionItemChangedDelegate

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void CommandBarStripElementCollectionItemChangedDelegate(CommandBarStripElementCollection changed, CommandBarStripElement target, ItemsChangeOperation operation)

Constructors

CommandBarStripElementCollectionItemChangedDelegate(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(CommandBarStripElementCollection, CommandBarStripElement, ItemsChangeOperation, AsyncCallback, object)

Declaration

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

Parameters

changed

CommandBarStripElementCollection

target

CommandBarStripElement

operation

ItemsChangeOperation

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(CommandBarStripElementCollection, CommandBarStripElement, ItemsChangeOperation)

Declaration

cs-api-definition
public virtual void Invoke(CommandBarStripElementCollection changed, CommandBarStripElement target, ItemsChangeOperation operation)

Parameters

changed

CommandBarStripElementCollection

target

CommandBarStripElement

operation

ItemsChangeOperation