Class
StillIndicatorEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class StillIndicatorEventArgs : EventArgs

Inheritance: objectEventArgsStillIndicatorEventArgs

Inherited Members EventArgs.Empty

Constructors

StillIndicatorEventArgs(ChartStillIndicator)

Initializes a new instance of the StillIndicatorEventArgs class.

Declaration

cs-api-definition
public StillIndicatorEventArgs(ChartStillIndicator indicator)

Parameters

indicator

ChartStillIndicator

The indicator.

Properties

Indicator

Gets the indicator.

Declaration

cs-api-definition
public ChartStillIndicator Indicator { get; }

Property Value

ChartStillIndicator

The indicator.