Method | Description | |
---|---|---|
ViewDidDisappear ( bool animated ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
OnElementChanged ( VisualElementChangedEventArgs e ) : void |
Method | Description | |
---|---|---|
ChangeFrameSize ( bool scale ) : void | ||
Scroll ( object sender, UIKeyboardEventArgs e, bool scale, bool returnToPreviousState = false ) : void |
protected OnElementChanged ( VisualElementChangedEventArgs e ) : void | ||
e | VisualElementChangedEventArgs | |
return | void |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |