SecurityCreatePage

StockSharp.Xaml.Windows.Maui

Page for security creation/editing.

Inherits: ContentPage

Constructors

SecurityCreatePage()

Creates a new SecurityCreatePage.

SecurityCreatePage(Security)

Creates a SecurityCreatePage for editing an existing security.

SecurityCreatePage(IEnumerable<Security>)

Creates a SecurityCreatePage for multi-edit.

Properties

Security : Security

Gets the created/edited security.

SecurityStorage : ISecurityStorage

Gets or sets the security storage.

ViewModel : SecurityCreateViewModel

Gets the ViewModel.

Events

SecuritySaving : EventHandler<Security>

Raised when security is saved.