Gallery.ItemUnchecked Event
In This Article
Fires when a gallery item is unchecked. This event is in effect when the item checking/unchecking feature is enabled.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The ItemUnchecked event's handler receives an argument of the DevExpress.Xpf.Bars.GalleryItemEventArgs type.
#Remarks
To enable item checking/unchecking, see Gallery.ItemCheckMode.
When an item is checked, the GalleryItem.Checked and Gallery.ItemChecked events fire. Unchecking the item fires the GalleryItem.Unchecked and Gallery.ItemUnchecked events. To respond to checking and unchecking an item using a single event, use GalleryItem.Click or Gallery.ItemClick.
See Also