C# 클래스 MvvmCross.Dialog.iOS.EventSourceDialogViewController

상속: CrossUI.iOS.Dialog.DialogViewController, IMvxEventSourceViewController
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
EventSourceDialogViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
EventSourceDialogViewController ( UITableViewStyle style = UITableViewStyle.Grouped, RootElement root = null, bool pushing = false ) : System

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EventSourceDialogViewController() 공개 메소드

public EventSourceDialogViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

EventSourceDialogViewController() 보호된 메소드

protected EventSourceDialogViewController ( UITableViewStyle style = UITableViewStyle.Grouped, RootElement root = null, bool pushing = false ) : System
style UITableViewStyle
root RootElement
pushing bool
리턴 System

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void