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

FluentDesignForm.AfterAddFluentDesignFormControl Event

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Events")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler AfterAddFluentDesignFormControl

Event Data

The AfterAddFluentDesignFormControl event's data class is EventArgs.

See Also