Click or drag to resize

NotifyDataChangedDataChangedNotifier Class

A source of data changed events. Returned from INotifyDataChanged.GetDataChangedNotifier(), this class will collect any INotifyDataChanged.DataChanged events and return them via a call to WhenDataChangedAsync().
Inheritance Hierarchy
SystemObject
  Demo3D.NetNotifyDataChangedDataChangedNotifier

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public sealed class DataChangedNotifier : IDisposable

The NotifyDataChangedDataChangedNotifier type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases system resources.
Public methodWhenDataChangedAsync
An async source of data changed events. Returns the set of data changed events accumulated since the last call.
Top
See Also