Property | Type | Description | |
---|---|---|---|
docRef |
Method | Description | |
---|---|---|
BindDocument ( ) : void | ||
DidEnterBackground ( ) : void | ||
DidMoveToParentViewController ( UIViewController parent ) : void | ||
DocumentEditor ( |
||
OnCreated ( ) : void | ||
UnbindDocument ( ) : void | ||
UnbindUI ( ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillDisappear ( bool animated ) : void | ||
WillEnterForeground ( ) : void |
Method | Description | |
---|---|---|
WhenViewLoaded ( System.Action action ) : void |
public DidMoveToParentViewController ( UIViewController parent ) : void | ||
parent | UIViewController | |
return | void |
public DocumentEditor ( |
||
docRef | ||
return | System |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
protected WhenViewLoaded ( System.Action action ) : void | ||
action | System.Action | |
return | void |