Click or drag to resize

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
)

Parameters

sender
Type: NetQuarryIAppContext
The application context object.
e
Type: NetQuarryEAPEventArgs
Event arguments.
See Also