Class
RowItemMouseEventArgs

Provides data for the MouseUp, MouseDown, and MouseMove events for the RadRowItem object.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class RowItemMouseEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsRowItemMouseEventArgs

Constructors

RowItemMouseEventArgs()

Declaration

cs-api-definition
public RowItemMouseEventArgs()

Properties

LeftButton

Gets or sets the left button.

Declaration

cs-api-definition
public MouseButtonState LeftButton { get; set; }

Property Value

MouseButtonState

The left button.

Position

Gets or sets the position.

Declaration

cs-api-definition
public Point Position { get; set; }

Property Value

Point

The position.

RightButton

Gets or sets the right button.

Declaration

cs-api-definition
public MouseButtonState RightButton { get; set; }

Property Value

MouseButtonState

The right button.

Methods

FromMouseEvent(MouseEventArgs, UIElement)

Creates the RowItemMouseEventArgs instance.

Declaration

cs-api-definition
public static RowItemMouseEventArgs FromMouseEvent(MouseEventArgs args, UIElement targetElement)

Parameters

args

MouseEventArgs

The MouseEventArgs instance containing the event data.

targetElement

UIElement

The target element.

Returns

RowItemMouseEventArgs