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