Skip to main content
A newer version of this page is available. .

CustomizationFormDeletingCategoryEventArgs(CategoryRow) Constructor

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public CustomizationFormDeletingCategoryEventArgs(
    CategoryRow category
)

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