C# Класс 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
Наследование: ReactiveUI.TransitioningContentControl, IViewFor, IEnableLogger
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultContentProperty System.Windows.DependencyProperty
ViewContractObservableProperty System.Windows.DependencyProperty
ViewModelProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
ViewModelViewHostFixed ( ) : System

Приватные методы

Метод Описание
somethingChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Описание методов

ViewModelViewHostFixed() публичный Метод

public ViewModelViewHostFixed ( ) : System
Результат System

Описание свойств

DefaultContentProperty публичное статическое свойство

public static DependencyProperty,System.Windows DefaultContentProperty
Результат System.Windows.DependencyProperty

ViewContractObservableProperty публичное статическое свойство

public static DependencyProperty,System.Windows ViewContractObservableProperty
Результат System.Windows.DependencyProperty

ViewModelProperty публичное статическое свойство

public static DependencyProperty,System.Windows ViewModelProperty
Результат System.Windows.DependencyProperty