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

#Declaration

public event GalleryItemEventHandler ItemLeave

#Event Data

The ItemLeave event's handler receives an argument of the DevExpress.Xpf.Bars.GalleryItemEventArgs type.

#Remarks

To respond to the mouse cursor leaving a particular gallery item, you can handle the GalleryItem.Leave event instead.

See Also