C# Класс 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/
Наследование: NSViewController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ReleaseDesignerOutlets void

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ReleaseDesignerOutlets ( ) : void

Описание методов

ContentViewController() публичный Метод

Initializes a new instance of the T:MacInspector.ContentViewController class.
public ContentViewController ( IntPtr handle ) : System
handle System.IntPtr Handle.
Результат System

ViewWillAppear() публичный Метод

Called before the View is presented to the user
public ViewWillAppear ( ) : void
Результат void