Skip to main content
Bar

GalleryItem.Unchecked Event

Fires when the current item is unchecked.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public event EventHandler Unchecked

#Event Data

The Unchecked event's handler receives an argument of the EventArgs type.

#Remarks

See GalleryItem.Checked to learn more.

See Also