Class RangeEventArgs
Inheritance
System.Object
System.EventArgs
RangeEventArgs
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 RangeEventArgs : EventArgs
Constructors
RangeEventArgs(String, List<Double>)
Declaration
public RangeEventArgs(string sEventArgument, List<double> cur_obj_args)
Parameters
Type | Name | Description |
---|---|---|
System.String | sEventArgument | |
System.Collections.Generic.List<System.Double> | cur_obj_args |
Properties
CurrentObj
Declaration
public object CurrentObj { get; }
Property Value
Type | Description |
---|---|
System.Object |
CurrentText
Declaration
public object CurrentText { get; }
Property Value
Type | Description |
---|---|
System.Object |
ZoomFactor
Declaration
public double ZoomFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
ZoomPosition
Declaration
public double ZoomPosition { get; }
Property Value
Type | Description |
---|---|
System.Double |