C# Class MacInspector.ContentViewController

Controls the Content View displayed in the Left side of the T:MacInspector.MainSplitViewController.
This class uses key-value coding and data binding to set the properties. Please see: https://developer.xamarin.com/guides/mac/application_fundamentals/databinding/
Inheritance: NSViewController
Afficher le fichier Open project: xamarin/mac-samples

Private Properties

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

Méthodes publiques

Méthode Description
ContentViewController ( IntPtr handle ) : System

Initializes a new instance of the T:MacInspector.ContentViewController class.

ViewWillAppear ( ) : void

Called before the View is presented to the user

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

ContentViewController() public méthode

Initializes a new instance of the T:MacInspector.ContentViewController class.
public ContentViewController ( IntPtr handle ) : System
handle System.IntPtr Handle.
Résultat System

ViewWillAppear() public méthode

Called before the View is presented to the user
public ViewWillAppear ( ) : void
Résultat void