BasePanelView
StockSharp.Xaml.Panels.Maui
Base class for panel views.
Наследует: ContentView
Свойства
IsReadOnly : bool
Gets or sets whether the panel is read only.
Методы
OnDataChanged()
Raises the DataChanged event.
OnSelectionChanged(object)
Raises the SelectionChanged event.
События
DataChanged : EventHandler
Data changed event.
SelectionChanged : EventHandler<object>
Selection changed event.
Поля
IsReadOnlyProperty : BindableProperty
Is read only bindable property.