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; }
The left button.
Position
Point
Gets or sets the position.
C#
public Point Position { get; set; }
The position.
RightButton
MouseButtonState
Gets or sets the right button.
C#
public MouseButtonState RightButton { get; set; }
The right button.
Methods
Creates the RowItemMouseEventArgs instance.
C#
public static RowItemMouseEventArgs FromMouseEvent(MouseEventArgs args, UIElement targetElement)
The MouseEventArgs instance containing the event data.
targetElementUIElementThe target element.
Returns: