|  | |
| ReaderSvgProgressChanged Event | |
Namespace: Ab2d
 Syntax
Syntaxpublic event ProgressChangedEventHandler ProgressChanged
 Remarks
RemarksProgressChanged event can be used to get notifications of how much the svg file 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 ReaderSvg is working.
 See Also
See Also