Class MouseButtonEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MouseButtonEventArgs : RadRoutedEventArgs
Properties
ButtonState
ChangedButton
ClickCount
Declaration
public int ClickCount { get; }
Property Value
|
System.Int32
|
Handled
Declaration
public bool Handled { get; set; }
Property Value
|
System.Boolean
|
Methods
GetPosition(UIElement)
Declaration
public Point GetPosition(UIElement relativeTo)
Parameters
|
Microsoft.UI.Xaml.UIElement
relativeTo
|
Returns
|
Windows.Foundation.Point
|