Class ControlChangedCommand
Inheritance
ControlChangedCommand
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ControlChangedCommand : BaseStudioCommand, IStudioCommand
Constructors
ControlChangedCommand(IStudioControl)
Declaration
public ControlChangedCommand(IStudioControl control)
Parameters
Properties
Control
Declaration
public IStudioControl Control { get; }
Property Value
PossibleDirection
Declaration
public override StudioCommandDirections PossibleDirection { get; }
Property Value
Overrides
Implements
Extension Methods