Skip to main content
A newer version of this page is available. .
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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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