C# Class KNFoundation.KNViewController

Show file Open project: bt-browser/KNFoundation Class Usage Examples

Public Methods

Method Description
KNViewController ( ) : System
KNViewController ( DependencyObject view ) : System
KNViewController ( string viewXamlName ) : System
ViewWillBeShown ( ) : void

Protected Methods

Method Description
ViewDidLoad ( ) : void

Private Methods

Method Description
MatchPropertiesToViewTree ( DependencyObject obj ) : void
ViewInitialized ( object sender, EventArgs e ) : void

Method Details

KNViewController() public method

public KNViewController ( ) : System
return System

KNViewController() public method

public KNViewController ( DependencyObject view ) : System
view System.Windows.DependencyObject
return System

KNViewController() public method

public KNViewController ( string viewXamlName ) : System
viewXamlName string
return System

ViewDidLoad() protected method

protected ViewDidLoad ( ) : void
return void

ViewWillBeShown() public method

public ViewWillBeShown ( ) : void
return void