Click or drag to resize

NotifyDataChanged Class

Provides INotifyDataChanged extensions.
Inheritance Hierarchy
SystemObject
  Demo3D.NetNotifyDataChanged

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public static class NotifyDataChanged

The NotifyDataChanged type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleGetDataChangedNotifier
Subscribes to data changed events and returns a DataChangedNotifier.
Top
See Also