Back to Devexpress

BarEditItem.HiddenEditor Event

windowsforms-devexpress-dot-xtrabars-dot-baredititem-9b4cb576.md

latest1.5 KB
Original Source

BarEditItem.HiddenEditor Event

Occurs when an editor is closed.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event ItemClickEventHandler HiddenEditor
vb
Public Event HiddenEditor As ItemClickEventHandler

Event Data

The HiddenEditor event's data class is ItemClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets the BarItem whose link was clicked.
LinkGets the clicked BarItemLink.
MouseButtonGets the pressed mouse button.

See Also

BarEditItem Class

BarEditItem Members

DevExpress.XtraBars Namespace