Property | Type | Description | |
---|---|---|---|
_uiDispatcher |
Method | Description | |
---|---|---|
DispatcherBindableBase ( |
Creates a DispatcherBindableBase instance.
|
|
OnPropertyChanged ( string propertyName ) : void |
Overrides the BindableBase's OnPropertyChanged method.
|
|
RunOnUiThread ( System.Action fn ) : void |
Schedules the provided callback on the UI thread from a worker thread, and
|
protected DispatcherBindableBase ( |
||
uiDispatcher | Core event message dispatcher. | |
return | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the changed property. |
return | void |
protected RunOnUiThread ( System.Action fn ) : void | ||
fn | System.Action | The function to execute |
return | void |