C# Class Localization.WatchAppExtension.InterfaceController

Inheritance: WKInterfaceController
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
Awake ( NSObject context ) : void
DidDeactivate ( ) : void
WillActivate ( ) : void

Méthodes protégées

Méthode Description
InterfaceController ( IntPtr handle ) : System

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

Awake() public méthode

public Awake ( NSObject context ) : void
context NSObject
Résultat void

DidDeactivate() public méthode

public DidDeactivate ( ) : void
Résultat void

InterfaceController() protected méthode

protected InterfaceController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

WillActivate() public méthode

public WillActivate ( ) : void
Résultat void