ItemChangedDelegate
Delegate
Represents the method that will handle the %ItemChanged:ItemChanged% event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void ItemChangedDelegate(RadItemCollection changed, RadItem target, ItemsChangeOperation operation)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(RadItemCollection changed, RadItem target, ItemsChangeOperation operation, AsyncCallback callback, object @object)
C#
public virtual void Invoke(RadItemCollection changed, RadItem target, ItemsChangeOperation operation)