Click or drag to resize

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)
Syntax
C#
public Task<IEnumerable<NotifyDataChangedEventArgs>> WhenDataChangedAsync()

Return Value

Type: TaskIEnumerableNotifyDataChangedEventArgs
A list of NotifyDataChangedEventArgs acculumated since the last call.
See Also