Skip to content

SextantPopupPage class

Defined in

Namespace: Sextant.Plugins.Popup Assembly: Sextant.Plugins.Popup.dll Full name: Sextant.Plugins.Popup.SextantPopupPage<T> 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~T~
class SextantPopupPage
SextantPopupPage <|-- SextantPopupPage~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. SextantPopupPage~T~
class IViewFor {
    <>
}
IViewFor <|.. SextantPopupPage~T~
class IActivatableView {
    <>
}
IActivatableView <|.. SextantPopupPage~T~

Inherits from: SextantPopupPage

Implements: IViewFor, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
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.
Inherited members