ErrorsGrid
StockSharp.Xaml.Code
Grid for displaying compilation errors.
Inherits: BaseGridControl
Implements: IComponentConnector
Constructors
ErrorsGrid
public ErrorsGrid()
errorsGrid = ErrorsGrid()
Initializes a new instance of the ErrorsGrid.
Properties
Methods
InitializeComponent
public void InitializeComponent()
errorsGrid.InitializeComponent()
InitializeComponent
Events
ErrorSelected
public event Action<CompilationError> ErrorSelected
errorsGrid.ErrorSelected += handler
Error selected.