HeroStats Libraries
StatsEngine.OnFileLoad Event

[This is preliminary documentation and subject to change.]

Fired when a file has been successfully loaded.

[Visual Basic]
Public Event OnFileLoad As FileLoadHandler
[C#]
public event FileLoadHandler OnFileLoad;

Remarks

Note that the loading of a file can occur "by itself" when the hero's configuration indicates that a file naming scheme should be used and that hero is detected as logging in.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace