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

AppMenuFileLabel.LabelClick Event

Fires when the label’s image (BarLinkUserDefines.Glyph) is clicked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler LabelClick

Event Data

The LabelClick event's data class is EventArgs.

Remarks

You can assign an image to a label via the AppMenuFileLabel.Glyph property. The LabelClick event fires when this image is clicked.

See Also