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

CreateCustomizationFormEventArgs Class

Provides data for the BarManager.CreateCustomizationForm event.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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