Click or drag to resize

NotifyDataChangedEventArgs Constructor (DateTime)

Creates NotifyDataChangedEventArgs with the recorded time of the event.

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

Parameters

time
Type: SystemDateTime
The recorded time of the event.
See Also