CustomizationFormDeletingCategoryEventArgs(CategoryRow) Constructor
Creates a new CustomizationFormDeletingCategoryEventArgs object.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
category | CategoryRow | A CategoryRow object representing the deleted category row. This value is assigned to the CategoryEventArgs.Category property. |
Remarks
Instances of the CustomizationFormDeletingCategoryEventArgs class are automatically created and transmitted to VGridControlBase.CustomizationFormDeletingCategory event handlers.
See Also