Show / Hide Table of Contents

Class ControlChangedCommand

Inheritance
Object
BaseStudioCommand
ControlChangedCommand
Implements
IStudioCommand
Inherited Members
BaseStudioCommand.IsPersistent
Namespace: StockSharp.Studio.Core.Commands
Assembly: StockSharp.Studio.Core.dll
Syntax
public class ControlChangedCommand : BaseStudioCommand, IStudioCommand

Constructors

ControlChangedCommand(IStudioControl)

Declaration
public ControlChangedCommand(IStudioControl control)
Parameters
Type Name Description
IStudioControl control

Properties

Control

Declaration
public IStudioControl Control { get; }
Property Value
Type Description
IStudioControl

PossibleDirection

Declaration
public override StudioCommandDirections PossibleDirection { get; }
Property Value
Type Description
StudioCommandDirections
Overrides
BaseStudioCommand.PossibleDirection

Implements

IStudioCommand

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
StudioCommandHelper.Top<TCommand>(TCommand)
StudioCommandHelper.Deep<TCommand>(TCommand)
StudioCommandHelper.Direction<TCommand>(TCommand, StudioCommandDirections)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾