Skip to content

SextantPopupPage class

Defined in

Namespace: Sextant.Plugins.Popup Assembly: Sextant.Plugins.Popup.dll Full name: Sextant.Plugins.Popup.SextantPopupPage Modifiers: public abstract

Summary

View source

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

NameSummary
.ctorInitializes a new instance of the [SextantPopupPage](# class.

Properties

NameSummary
BackgroundClickGets the background click observable signal.
ViewModelGets or sets the ViewModel to display.

Fields

NameSummary
static ViewModelPropertyThe view model property.

Methods

NameSummary
OnBindingContextChangedInvoked whenever the binding context of the page changes. Override this method to add class handling for this event.

Derived types

Inherited members