Delegate GridViewCollectionChangingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void GridViewCollectionChangingEventHandler(object sender, GridViewCollectionChangingEventArgs e);
Parameters
System.
|
Grid
|
Constructors
GridViewCollectionChangingEventHandler(Object, IntPtr)
Declaration
public GridViewCollectionChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewCollectionChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewCollectionChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Grid
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, GridViewCollectionChangingEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewCollectionChangingEventArgs e)
Parameters
System.
|
Grid
|