C# Class SampleProject.SampleProjectViewController

Afficher le fichier Open project: Amplify-Social/JTSImageViewControllerCSharp

Méthodes publiques

Méthode Description
CatImageButtonTapped ( object sender, EventArgs e ) : void
SampleProjectViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

CatImageButtonTapped() public méthode

public CatImageButtonTapped ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

SampleProjectViewController() public méthode

public SampleProjectViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void