SextantPopupPage class¶
Defined in
Namespace: Sextant.Plugins.Popup
Assembly: Sextant.Plugins.Popup.dll
Full name: Sextant.Plugins.Popup.SextantPopupPage
Modifiers: public abstract
Summary¶
Base Popup page for that implements IViewFor.
Applies to
net8.0, net8.0-windows10.0.19041, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2
Class hierarchy
classDiagram
class SextantPopupPage
class PopupPage
PopupPage <|-- SextantPopupPage
class IViewFor {
<>
}
IViewFor <|.. SextantPopupPage
class IActivatableView {
<>
}
IActivatableView <|.. SextantPopupPage
Inherits from: PopupPage
Implements: IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [SextantPopupPage](# class. |
Properties¶
| Name | Summary |
|---|---|
| BackgroundClick | Gets the background click observable signal. |
| ViewModel | Gets or sets the ViewModel to display. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Invoked whenever the binding context of the page changes. Override this method to add class handling for this event. |