Class SliderValueEventArgs
Event arguments for slider value change.
Inheritance
System.Object
SliderValueEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public class SliderValueEventArgs
Constructors
| Improve this Doc View SourceSliderValueEventArgs(Single)
Declaration
public SliderValueEventArgs(float value)
Parameters
Type | Name | Description |
---|---|---|
System.Single | value |
Properties
| Improve this Doc View SourceValue
Gets the slider's value.
Declaration
public float Value { get; }
Property Value
Type | Description |
---|---|
System.Single | The value. |