GalleryItem.Unchecked Event
In This Article
Fires when the current item is unchecked.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The Unchecked event's handler receives an argument of the EventArgs type.
#Remarks
See GalleryItem.Checked to learn more.
See Also