Click or drag to resize

NotifyDataChangedEventArgs Class

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

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

The NotifyDataChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNotifyDataChangedEventArgs
Creates NotifyDataChangedEventArgs with the current time of the event.
Public methodNotifyDataChangedEventArgs(DateTime)
Creates NotifyDataChangedEventArgs with the recorded time of the event.
Top
Properties
  NameDescription
Public propertyTime
The time of the event.
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