Skip to main content
Bar

GalleryItem.Leave Event

Fires when the mouse cursor leaves the boundaries of the current gallery item.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public event EventHandler Leave

Event Data

The Leave event's data class is EventArgs.

Remarks

To respond to the mouse cursor leaving any gallery item, handle the Gallery.ItemLeave event instead.

See Also