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.