Method | 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 |
Method | Description | |
---|---|---|
ReleaseDesignerOutlets ( ) : void |
public CatImageButtonTapped ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public SampleProjectViewController ( IntPtr handle ) : System | ||
handle | IntPtr | |
return | System |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |