HeroStats Libraries
StatsEngine.OnRecalcDone Event

[This is preliminary documentation and subject to change.]

Fired when a call to Rescan is finished.

[Visual Basic]
Public Event OnRecalcDone As RecalculationDoneHandler
[C#]
public event RecalculationDoneHandler OnRecalcDone;

Remarks

Note that a call to Rescan is done in a background thread. This event gives the user interface the opportunity to reset itself to allow user interaction when the thread has terminated.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace