Skip to main content
Bar

CreateCustomizationFormEventArgs Class

Provides data for the BarManager.CreateCustomizationForm event.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class CreateCustomizationFormEventArgs :
    EventArgs

Remarks

The CreateCustomizationForm event occurs before the Customization Form appears. The CreateCustomizationFormEventArgs.CustomizationForm property specifies the dialog used for the current Customization Form.

Inheritance

Object
EventArgs
CreateCustomizationFormEventArgs
See Also