CustomizationFormSearchEventHandler Delegate
In This Article
The method that handles the GridView.CustomizationFormSearch event.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public delegate void CustomizationFormSearchEventHandler(
object sender,
CustomizationFormSearchEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the View that raised the event. |
e | Customization |
The object that contains event data. |
See Also