Click or drag to resize

PacketChangedEventArgs Constructor (DateTime)

Creates a PacketChangedEventArgs with the recorded time of the event.

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

Parameters

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