Back to Devexpress

CreateCustomizationFormEventArgs Class

windowsforms-devexpress-dot-xtrabars-94f851d7.md

latest1.6 KB
Original Source

CreateCustomizationFormEventArgs Class

Provides data for the BarManager.CreateCustomizationForm event.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class CreateCustomizationFormEventArgs :
    EventArgs
vb
Public Class CreateCustomizationFormEventArgs
    Inherits EventArgs

CreateCustomizationFormEventArgs is the data class for the following events:

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

CreateCustomizationFormEventArgs Members

DevExpress.XtraBars Namespace