Skip to main content

RepositoryItem.MouseHover Event

Fires when hot-tracking an editor element.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler MouseHover

Event Data

The MouseHover event's data class is EventArgs.

Remarks

Editors can display elements that respond when hovered over by the mouse. When the mouse pointer enters such an element, the MouseHover event is raised. For instance, the event is raised for editor buttons and the editor’s error icon (visible when setting the BaseEdit.ErrorText property to a non-empty string). Editor buttons can change their appearance in response. The error icon’s response is to display an error tooltip.

See Also