Delegate GridRowColHideEventHandler
Represents the method that handles Syncfusion.Windows.Forms.Grid.GridModel.QueryHideCol, Syncfusion.Windows.Forms.Grid.GridModel.QueryHideRow,
Syncfusion.Windows.Forms.Grid.GridModel.SaveHideCol, and Syncfusion.Windows.Forms.Grid.GridModel.SaveHideRow events which can be marked as handled.
Assembly: Syncfusion.Grid.Windows.dll
public delegate void GridRowColHideEventHandler(object sender, GridRowColHideEventArgs e);
Parameters
Constructors
Declaration
public GridRowColHideEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridRowColHideEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
GridRowColHideEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, GridRowColHideEventArgs e)
Parameters