DelegateCommandBarStripElementCollectionItemChangedDelegate
Delegate
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
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
operation
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(CommandBarStripElementCollection, CommandBarStripElement, ItemsChangeOperation)
Declaration
cs-api-definition
public virtual void Invoke(CommandBarStripElementCollection changed, CommandBarStripElement target, ItemsChangeOperation operation)
Parameters
changed
CommandBarStripElementCollection
target
operation