Class SelectionChangedEventArgs
Selection Changed Event args
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Com.Syncfusion.Rotator
Assembly: Syncfusion.SfRotator.Android.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Selection
Gets the value.
Declaration
public double Selection { get; }
Property Value
Type | Description |
---|---|
System.Double | The value. |