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

Inheritance: ViewModelBase, IContentContainer
ファイルを表示 Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
CreateView ( ) : FrameworkElement

Protected Methods

Method Description
OnDisposed ( ) : void

Private Methods

Method Description
FireContentChanged ( ) : void
FireContentTemplateChanged ( ) : void
FireModelChanged ( ) : void

Method Details

CreateView() public method

public CreateView ( ) : FrameworkElement
return System.Windows.FrameworkElement

OnDisposed() protected method

protected OnDisposed ( ) : void
return void