Class RadialSliderEventArgs
Inheritance
System.Object
System.EventArgs
RadialSliderEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RadialSliderEventArgs : EventArgs
Constructors
RadialSliderEventArgs(Dictionary<String, Object>)
Declaration
public RadialSliderEventArgs(Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | args |
Properties
Arguments
gets or sets Dictionary values with argument.
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
EventType
gets or sets EventType.
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrevValue
gets the previous Value.
Declaration
public int PrevValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
gets or sets Value.
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |