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

#Declaration

public event EventHandler Leave

#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