Delegate GridQueryFilterBarChoicesEventHandler
Handles the ExceptionCatched event.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public delegate void GridQueryFilterBarChoicesEventHandler(object sender, GridQueryFilterBarChoicesEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The Control. |
GridQueryFilterBarChoicesEventArgs | e | The GridQueryFilterBarChoicesEventArgs contains the event data. |
Constructors
GridQueryFilterBarChoicesEventHandler(Object, IntPtr)
Declaration
public GridQueryFilterBarChoicesEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, GridQueryFilterBarChoicesEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridQueryFilterBarChoicesEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridQueryFilterBarChoicesEventArgs | 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, GridQueryFilterBarChoicesEventArgs)
Declaration
public virtual void Invoke(object sender, GridQueryFilterBarChoicesEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridQueryFilterBarChoicesEventArgs | e |