Click or drag to resize

ApplicationExtensionBaseWakeUp Method

Called after the application has been re-initialized (databases reconnected, pages and navigators reloaded, if necessary)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void WakeUp(
	IAppContext sender,
	EAPEventArgs e
)

Parameters

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