C# Class withSIX.Core.Presentation.Wpf.Views.Controls.ViewModelViewHostFixed

This content control will automatically load the View associated with the ViewModel property and display it. This control is very useful inside a DataTemplate to display the View associated with a ViewModel. This variant works around a bug in the original when updating ViewContractObservable
Inheritance: ReactiveUI.TransitioningContentControl, IViewFor, IEnableLogger
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Свойство Type Description
DefaultContentProperty System.Windows.DependencyProperty
ViewContractObservableProperty System.Windows.DependencyProperty
ViewModelProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ViewModelViewHostFixed ( ) : System

Private Methods

Méthode Description
somethingChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

ViewModelViewHostFixed() public méthode

public ViewModelViewHostFixed ( ) : System
Résultat System

Property Details

DefaultContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows DefaultContentProperty
Résultat System.Windows.DependencyProperty

ViewContractObservableProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewContractObservableProperty
Résultat System.Windows.DependencyProperty

ViewModelProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewModelProperty
Résultat System.Windows.DependencyProperty