C# Class SourceWriter.DefinitionViewController

Mostra file Open project: xamarin/mac-samples

Private Properties

Property Type Description
CloseDefinition void
CloseSheet void
ReleaseDesignerOutlets void

Public Methods

Method Description
DefinitionViewController ( IntPtr handle ) : System

Initializes a new instance of the SourceWriter.DefinitionViewController class.

ViewWillAppear ( ) : void

Called before the view is displayed to the user.

Private Methods

Method Description
CloseDefinition ( Foundation sender ) : void

Respond to the user clicking the OK button by closing the definition sheet.

CloseSheet ( ) : void

Closes the sheet.

ReleaseDesignerOutlets ( ) : void

Method Details

DefinitionViewController() public method

Initializes a new instance of the SourceWriter.DefinitionViewController class.
public DefinitionViewController ( IntPtr handle ) : System
handle IntPtr Handle.
return System

ViewWillAppear() public method

Called before the view is displayed to the user.
public ViewWillAppear ( ) : void
return void