Gallery.ItemLeave Event
Fires when the mouse cursor leaves the boundaries of any gallery item within the current gallery.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The ItemLeave event's data class is DevExpress.Xpf.Bars.GalleryItemEventArgs.
Remarks
To respond to the mouse cursor leaving a particular gallery item, you can handle the GalleryItem.Leave event instead.
See Also