Delegate GridViewCellMergingEventHandler
Represents the method that will handle Cell
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void GridViewCellMergingEventHandler(object sender, GridViewCellMergingEventArgs e);
Parameters
System.
|
Grid
|
Constructors
GridViewCellMergingEventHandler(Object, IntPtr)
Declaration
public GridViewCellMergingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewCellMergingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewCellMergingEventArgs 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, GridViewCellMergingEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewCellMergingEventArgs e)
Parameters
System.
|
Grid
|