Click or drag to resize

INotifyDataChangedDataChanged Event

Occurs when data has arrived or changed.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
event NotifyDataChangedEventHandler DataChanged

Value

Type: Demo3D.NetNotifyDataChangedEventHandler
Remarks
DataChanged is Demo3D thread safe. Events are called in the same thread (synchronization context) as the caller to this method.
See Also