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

BarEditItem.ShownEditor Event

Occurs after an editor has been activated.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public event ItemClickEventHandler ShownEditor

Event Data

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

Property Description
Item Gets the BarItem whose link was clicked.
Link Gets the clicked BarItemLink.
See Also