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

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public class RowItemMouseEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsRowItemMouseEventArgs

Constructors

C#
public RowItemMouseEventArgs()

Properties

LeftButton

MouseButtonState

Gets or sets the left button.

C#
public MouseButtonState LeftButton { get; set; }
Property Value:

The left button.

Gets or sets the position.

C#
public Point Position { get; set; }
Property Value:

The position.

RightButton

MouseButtonState

Gets or sets the right button.

C#
public MouseButtonState RightButton { get; set; }
Property Value:

The right button.

Methods

Creates the RowItemMouseEventArgs instance.

C#
public static RowItemMouseEventArgs FromMouseEvent(MouseEventArgs args, UIElement targetElement)
Parameters:argsMouseEventArgs

The MouseEventArgs instance containing the event data.

targetElementUIElement

The target element.

Returns:

RowItemMouseEventArgs