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