Class SliderEventArgs
Inheritance
System.Object
System.EventArgs
SliderEventArgs
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 SliderEventArgs : EventArgs
Constructors
SliderEventArgs(Dictionary<String, Object>)
Declaration
public SliderEventArgs(Dictionary<string, object> args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> | args |
Properties
Arguments
Declaration
public Dictionary<string, object> Arguments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
EventType
Repreents the events of the slider
Declaration
public string EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HandleNo
Represents the slider handle
Declaration
public int HandleNo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ID
Represents the Id for the slider
Declaration
public string ID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Represents the value of the slider
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |