C# Class XamarinForms.QbChat.iOS.GroupChatPageRender

Inheritance: Xamarin.Forms.Platform.iOS.PageRenderer
ファイルを表示 Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
ViewDidDisappear ( bool animated ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void

Private Methods

Method Description
ChangeFrameSize ( bool scale ) : void
Scroll ( object sender, UIKeyboardEventArgs e, bool scale, bool returnToPreviousState = false ) : void

Method Details

OnElementChanged() protected method

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void