GanttTaskMouseEventArgs<TItem> Class

Supplies information about a TaskMouseEnter or TaskMouseLeave event that is being raised.

Inheritance

Object

GanttTaskMouseEventArgs<TItem>

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class GanttTaskMouseEventArgs<TItem>

Type Parameters

Name Description
TItemThe type of the data item.

Constructors

GanttTaskMouseEventArgs<TItem>link

Supplies information about a TaskMouseEnter or TaskMouseLeave event that is being raised.

Declaration
public GanttTaskMouseEventArgs<TItem>()

Properties

ClientXlink

The horizontal position (X) of the mouse pointer in viewport coordinates.

Declaration
public double ClientX { get; set; }
Property Value
Type Description
doubleThe horizontal position (X) of the mouse pointer in viewport coordinates.

ClientYlink

The vertical position (Y) of the mouse pointer in viewport coordinates.

Declaration
public double ClientY { get; set; }
Property Value
Type Description
doubleThe vertical position (Y) of the mouse pointer in viewport coordinates.

Datalink

The data item for which the task bar is created.

Declaration
public TItem Data { get; set; }
Property Value
Type Description
TItemThe data item for which the task bar is created.

Elementlink

A reference to the DOM element of the task bar that triggered the event.

Declaration
public ElementReference Element { get; set; }
Property Value
Type Description
ElementReferenceA reference to the DOM element of the task bar that triggered the event.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙