BarEditItem.HiddenEditor Event
In This Article
Occurs when an editor is closed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public event ItemClickEventHandler HiddenEditor
#Event Data
The HiddenEditor event's data class is ItemClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Item |
Gets the Bar |
Link |
Gets the clicked Bar |
See Also