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.