Click or drag to resize

INotifyDataChanged Interface

Notifies listeners that data has arrived or changed.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public interface INotifyDataChanged

The INotifyDataChanged type exposes the following members.

Methods
  NameDescription
Public methodAddDataChanged
Add a handler for the DataChanged event.
Public methodRemoveDataChanged
Remove a handler from the DataChanged event.
Top
Events
  NameDescription
Public eventDataChanged
Occurs when data has arrived or changed.
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleGetDataChangedNotifier
Subscribes to data changed events and returns a DataChangedNotifier.
(Defined by NotifyDataChanged.)
Top
See Also