Class StillIndicatorEventArgs
Inheritance
System.Object
System.EventArgs
StillIndicatorEventArgs
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class StillIndicatorEventArgs : EventArgs
Constructors
StillIndicatorEventArgs(ChartStillIndicator)
Initializes a new instance of the StillIndicatorEventArgs class.
Declaration
public StillIndicatorEventArgs(ChartStillIndicator indicator)
Parameters
ChartStillIndicator
indicator
The indicator. |
Properties
Indicator
Gets the indicator.
Declaration
public ChartStillIndicator Indicator { get; }
Property Value
ChartStillIndicator
The indicator. |