HeroStats Libraries
StatsEngine.OnLoadProgress Event

[This is preliminary documentation and subject to change.]

Fired during loading of a text file or a Rescan

[Visual Basic]
Public Event OnLoadProgress As LoadProgressHandler
[C#]
public event LoadProgressHandler OnLoadProgress;

Remarks

This event will fire periodically when extremely long operations are occurring. Currently this is limited to the loading of a text-format message file or a Rescan call. It can be used to give the user feedback on the progress of the long-running action.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace