Click or drag to resize

NotifyDataChangedEventArgs Class

Information about an INotifyDataChanged.DataChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.NetNotifyDataChangedEventArgs
      More...

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class NotifyDataChangedEventArgs : EventArgs

The NotifyDataChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNotifyDataChangedEventArgs
Initializes a new instance of the NotifyDataChangedEventArgs class
Top
Remarks
Normally overridden to pass more information about the data that caused the event. See the documentation for the service raising the event.
See Also
Inheritance Hierarchy