C# Class Open.Core.UI.Controls.ViewFactoryContent

Inheritance: System.Windows.Controls.UserControl, IViewFactoryContent
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
ViewFactoryProperty System.Windows.DependencyProperty

Public Methods

Method Description
ViewFactoryContent ( ) : System

Constructor.

Private Methods

Method Description
FireIsViewLoadedChanged ( ) : void
OnViewFactoryChanged ( ) : void
OnViewLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

ViewFactoryContent() public method

Constructor.
public ViewFactoryContent ( ) : System
return System

Property Details

ViewFactoryProperty public static property

Gets or sets the ViewFactory to bind to (typically a View-Model).
public static DependencyProperty,System.Windows ViewFactoryProperty
return System.Windows.DependencyProperty