Gallery.ItemLeave Event
In This Article
Fires when the mouse cursor leaves the boundaries of any gallery item within the current gallery.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The ItemLeave event's handler receives an argument of the DevExpress.Xpf.Bars.GalleryItemEventArgs type.
#Remarks
To respond to the mouse cursor leaving a particular gallery item, you can handle the GalleryItem.Leave event instead.
See Also