Skip to content

NavigationForm class

Defined in

Namespace: ReactiveMarbles.ViewModel.WinForms Assembly: ReactiveMarbles.ViewModel.WinForms.dll Full name: ReactiveMarbles.ViewModel.WinForms.NavigationForm<T> Modifiers: public

Summary

View source

        NavigationForm.
        

Applies to

net8.0-windows10.0.19041

Class hierarchy
classDiagram
class NavigationForm~T~
class NavigationForm
NavigationForm <|-- NavigationForm~T~
class IAmViewFor~TViewModel~ {
    <>
}
IAmViewFor~TViewModel~ <|.. NavigationForm~T~
class IAmViewFor {
    <>
}
IAmViewFor <|.. NavigationForm~T~

Inherits from: NavigationForm

Implements: IAmViewFor, IAmViewFor

Constructors

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

Properties

NameSummary
ViewModelGets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML.

Methods

NameSummary
DisposeClean up any resources being used.
Inherited members

See also