C# Class Catel.Windows.Controls.ContentView

The content page.
Inheritance: global::Xamarin.Forms.ContentView, IView
Show file Open project: Catel/Catel

Protected Methods

Method Description
ContentView ( ) : System

Initializes a new instance of the ContentView class.

Private Methods

Method Description
EnsureParentChildRelationship ( object dataContext ) : void

Ensures the parent-child relationship.

FindParentViewModel ( ) : object

Finds the parent viewmodel.

OnDataContextChanged ( object sender, Catel.MVVM.Views.DataContextChangedEventArgs dataContextChangedEventArgs ) : void

RemoveParentChildRelationship ( ) : void

Removes the parent-child relationship

Method Details

ContentView() protected method

Initializes a new instance of the ContentView class.
protected ContentView ( ) : System
return System