BasePanelView

StockSharp.Xaml.Panels.Maui

パネルビューのベースクラス。

継承元: ContentView

プロパティ

IsReadOnly
public bool IsReadOnly { get; set; }
value = basePanelView.IsReadOnly
basePanelView.IsReadOnly = value

パネルが読み込まれているかどうかを取得またはセットします。

メソッド

OnDataChanged
protected virtual void OnDataChanged()
basePanelView.OnDataChanged()

Raises the DataChanged event.

OnSelectionChanged
protected virtual void OnSelectionChanged(object selectedItem)
basePanelView.OnSelectionChanged(selectedItem)

Raises the SelectionChanged event.

イベント

DataChanged
public event EventHandler DataChanged
basePanelView.DataChanged += handler

データ変更イベント

SelectionChanged
public event EventHandler<object> SelectionChanged
basePanelView.SelectionChanged += handler

選択変更イベント

フィールド

IsReadOnlyProperty
public static readonly BindableProperty IsReadOnlyProperty
value = BasePanelView.IsReadOnlyProperty

bindable プロパティのみ読み込みます。