Class RadDragCompletedEventArgs
Inheritance
System.Object
RadDragCompletedEventArgs
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadDragCompletedEventArgs : RoutedEventArgs
Constructors
RadDragCompletedEventArgs()
Declaration
public RadDragCompletedEventArgs()
RadDragCompletedEventArgs(Double, Double, Double, Double, Double, Boolean)
Declaration
public RadDragCompletedEventArgs(double horizontalChange, double verticalChange, double value, double selectionStart, double selectionEnd, bool canceled)
Parameters
|
System.Double
horizontalChange
|
|
System.Double
verticalChange
|
|
System.Double
value
|
|
System.Double
selectionStart
|
|
System.Double
selectionEnd
|
|
System.Boolean
canceled
|
Properties
Canceled
Declaration
public bool Canceled { get; }
Property Value
|
System.Boolean
|
HorizontalChange
Declaration
public double HorizontalChange { get; }
Property Value
|
System.Double
|
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
|
System.Double
|
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
|
System.Double
|
Value
Declaration
public double Value { get; }
Property Value
|
System.Double
|
VerticalChange
Declaration
public double VerticalChange { get; }
Property Value
|
System.Double
|