Namespace: Semata.DataStore.ObjectModel
A delegate that allows the PropertyChanged event to be dispatched to the correct thread
: delegate void PropertyChangedEventDispatcher(Action action)
Parameters
Type | Name | Description |
Action | action | The delegate that allows PropertyChanged to be fired on different thread. If null, fired on running thread |
Returns: delegate void