NotifyDataChangedDataChangedNotifierWhenDataChangedAsync Method |
An async source of data changed events.
Returns the set of data changed events accumulated since the last call.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic Task<IEnumerable<NotifyDataChangedEventArgs>> WhenDataChangedAsync()
Return Value
Type:
TaskIEnumerableNotifyDataChangedEventArgsA list of
NotifyDataChangedEventArgs acculumated since the last call.
See Also