Click or drag to resize
Reader3dsProgressChanged Event
ProgressChanged event can be used to get notifications of how much the 3ds file has been read.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public event ProgressChangedEventHandler ProgressChanged

Value

Type: System.ComponentModelProgressChangedEventHandler
Remarks

ProgressChanged event can be used to get notifications of how much the 3ds has been read.

Please note that in order to show changes with the progress bar, it should be shown on another thread and not on the thread where the Reader3ds is working.

See Also