New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the HoveredElementChanged event that occurs when the mouse hover state changes for an element.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class HoveredElementChangedEventArgs : EventArgs

Inheritance: objectEventArgsHoveredElementChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the HoveredElementChangedEventArgs class.

C#
public HoveredElementChangedEventArgs(RadElement hoveredElement)
Parameters:hoveredElementRadElement

The RadElement that is currently being hovered, or null if no element is hovered.

Fields

The RadElement that is currently being hovered by the mouse cursor.

C#
public readonly RadElement HoveredElement
Remarks:

This field contains the element that the mouse is currently hovering over. If the mouse is not over any element, this value may be null.