Property | Type | Description | |
---|---|---|---|
CacheViewsByDefault | bool |
Property | Type | Description | |
---|---|---|---|
Views | object>.Dictionary |
Method | Description | |
---|---|---|
GetView ( object context = null ) : object |
Gets a view previously attached to this instance.
|
|
ReactiveViewAware ( ) : System |
Creates an instance of ReactiveViewAware.
|
|
ReactiveViewAware ( bool cacheViews ) : System |
Creates an instance of ReactiveViewAware.
|
Method | Description | |
---|---|---|
OnViewAttached ( object view, object context ) : System.Threading.Tasks.Task |
Called when a view is attached.
|
|
OnViewLoaded ( object view ) : System.Threading.Tasks.Task |
Called when an attached view's Loaded event fires.
|
|
OnViewReady ( object view ) : System.Threading.Tasks.Task |
Called the first time the page's LayoutUpdated event fires after it is navigated to.
|
Method | Description | |
---|---|---|
IViewAware ( object view ) : void | ||
IViewAware ( object view, object context ) : void |
public GetView ( object context = null ) : object | ||
context | object | The context denoting which view to retrieve. |
return | object |
protected OnViewAttached ( object view, object context ) : System.Threading.Tasks.Task | ||
view | object | The view. |
context | object | The context in which the view appears. |
return | System.Threading.Tasks.Task |
protected OnViewLoaded ( object view ) : System.Threading.Tasks.Task | ||
view | object | |
return | System.Threading.Tasks.Task |
protected OnViewReady ( object view ) : System.Threading.Tasks.Task | ||
view | object | |
return | System.Threading.Tasks.Task |
public ReactiveViewAware ( bool cacheViews ) : System | ||
cacheViews | bool | Indicates whether or not this instance maintains a view cache. |
return | System |