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
Datei anzeigen Open project: xamarin/mac-samples

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method 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

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

ContentViewController() public method

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

ViewWillAppear() public method

Called before the View is presented to the user
public ViewWillAppear ( ) : void
return void