Delegate GridQueryCustomSummaryEventHandler
Represents a method that handles events with the QueryCustomSummary event that is raised by GridGroupingControl, GridTableDescriptor, or GridEngine objects.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public delegate void GridQueryCustomSummaryEventHandler(object sender, GridQueryCustomSummaryEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The Control. |
| GridQueryCustomSummaryEventArgs | e | The GridQueryCustomSummaryEventArgs contains the event data. |
Constructors
GridQueryCustomSummaryEventHandler(Object, IntPtr)
Declaration
public GridQueryCustomSummaryEventHandler(object object, IntPtr method)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | object | |
| System.IntPtr | method |
Methods
BeginInvoke(Object, GridQueryCustomSummaryEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridQueryCustomSummaryEventArgs e, AsyncCallback callback, object object)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| GridQueryCustomSummaryEventArgs | e | |
| System.AsyncCallback | callback | |
| System.Object | object |
Returns
| Type |
|---|
| System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IAsyncResult | result |
Invoke(Object, GridQueryCustomSummaryEventArgs)
Declaration
public virtual void Invoke(object sender, GridQueryCustomSummaryEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| GridQueryCustomSummaryEventArgs | e |