Property | Type | Description | |
---|---|---|---|
CacheViewsByDefault | bool | ||
DefaultContext | object |
Property | Type | Description | |
---|---|---|---|
Views | object>.IDictionary |
Method | Description | |
---|---|---|
GetView ( object context = null ) : object |
Gets a view previously attached to this instance.
|
|
ReactiveViewAware ( ) : Windows.UI.Xaml |
Creates an instance of ReactiveViewAware.
|
|
ReactiveViewAware ( bool cacheViews ) : Windows.UI.Xaml |
Creates an instance of ReactiveViewAware.
|
Method | Description | |
---|---|---|
OnViewAttached ( object view, object context ) : void |
Called when a view is attached.
|
|
OnViewLoaded ( object view ) : void |
Called when an attached view's Loaded event fires.
|
|
OnViewReady ( object view ) : void |
Called the first time the page's LayoutUpdated event fires after it is navigated to.
|
Method | Description | |
---|---|---|
AttachViewReadyOnActivated ( IActivate activatable, object nonGeneratedView ) : 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 ) : void | ||
view | object | The view. |
context | object | The context in which the view appears. |
return | void |
protected OnViewLoaded ( object view ) : void | ||
view | object | |
return | void |
public ReactiveViewAware ( ) : Windows.UI.Xaml | ||
return | Windows.UI.Xaml |
public ReactiveViewAware ( bool cacheViews ) : Windows.UI.Xaml | ||
cacheViews | bool | Indicates whether or not this instance maintains a view cache. |
return | Windows.UI.Xaml |