ApplicationExtensionBaseAfterLoad Method |
Called immediately after the application is loaded.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void AfterLoad(
IAppContext sender,
EAPEventArgs e
)
Public Overridable Sub AfterLoad (
sender As IAppContext,
e As EAPEventArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryEAPEventArgs
Event arguments.
See Also