C# Class KNFoundation.KNViewController

Afficher le fichier Open project: bt-browser/KNFoundation Class Usage Examples

Méthodes publiques

Méthode Description
KNViewController ( ) : System
KNViewController ( DependencyObject view ) : System
KNViewController ( string viewXamlName ) : System
ViewWillBeShown ( ) : void

Méthodes protégées

Méthode Description
ViewDidLoad ( ) : void

Private Methods

Méthode Description
MatchPropertiesToViewTree ( DependencyObject obj ) : void
ViewInitialized ( object sender, EventArgs e ) : void

Method Details

KNViewController() public méthode

public KNViewController ( ) : System
Résultat System

KNViewController() public méthode

public KNViewController ( DependencyObject view ) : System
view System.Windows.DependencyObject
Résultat System

KNViewController() public méthode

public KNViewController ( string viewXamlName ) : System
viewXamlName string
Résultat System

ViewDidLoad() protected méthode

protected ViewDidLoad ( ) : void
Résultat void

ViewWillBeShown() public méthode

public ViewWillBeShown ( ) : void
Résultat void