Свойство | Тип | Описание | |
---|---|---|---|
_uiDispatcher |
Метод | Описание | |
---|---|---|
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. | |
Результат | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the changed property. |
Результат | void |
protected RunOnUiThread ( System.Action fn ) : void | ||
fn | System.Action | The function to execute |
Результат | void |