Class GridCellButtonClickEventHandler
Represents a method that handles the CellButtonClick
event that is raised when the user clicks on a cell button element inside a cell.
Inheritance
System.Object
GridCellButtonClickEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
public sealed class GridCellButtonClickEventHandler : MulticastDelegate
Constructors
Declaration
public GridCellButtonClickEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridCellButtonClickEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, GridCellButtonClickEventArgs e)
Parameters