Method | Description | |
---|---|---|
DismissAsync ( ) : System.Threading.Tasks.Task | ||
DismissAsync ( bool done ) : System.Threading.Tasks.Task | ||
FormatSection ( |
||
PForm ( string title = "" ) : System | ||
PreferredStatusBarStyle ( ) : UIStatusBarStyle | ||
ReloadSection ( |
||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void |
Method | Description | |
---|---|---|
CreateSource ( ) : FormSource | ||
HandleCancel ( object sender, |
||
HandleDone ( object sender, |
||
OnDismissed ( bool done ) : void |
Method | Description | |
---|---|---|
HandleSectionsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
InitializeUI ( ) : void |
public DismissAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DismissAsync ( bool done ) : System.Threading.Tasks.Task | ||
done | bool | |
return | System.Threading.Tasks.Task |
public FormatSection ( |
||
section | ||
return | void |
protected HandleCancel ( object sender, |
||
sender | object | |
e | ||
return | void |
protected HandleDone ( object sender, |
||
sender | object | |
e | ||
return | void |
public PreferredStatusBarStyle ( ) : UIStatusBarStyle | ||
return | UIStatusBarStyle |
public ReloadSection ( |
||
section | ||
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |