Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public event GalleryItemEventHandler ItemLeave

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