Skip to main content
A newer version of this page is available. .
All docs
V20.2

CustomizationFormSearchEventHandler Delegate

The method that handles the GridView.CustomizationFormSearch event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

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 CustomizationFormSearchEventArgs

The object that contains event data.

See Also