Represents the method that will handle the GridViewCollectionChanging events of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public delegate void GridViewCollectionChangedEventHandler(object sender, GridViewCollectionChangedEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, GridViewCollectionChangedEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, GridViewCollectionChangedEventArgs e)