AppIsStarting Event

Com.MarcusTS.LifecycleAware

AppWithLifecycle..::..AppIsStarting Event

Occurs when [application is starting].

Namespace:  Com.MarcusTS.LifecycleAware.Views.App
Assembly:  Com.MarcusTS.LifecycleAware (in Com.MarcusTS.LifecycleAware.dll)

Syntax


public event NoParamsDelegate AppIsStarting
Public Event AppIsStarting As NoParamsDelegate
public:
 event NoParamsDelegate^ AppIsStarting {
	void add (NoParamsDelegate^ value);
	void remove (NoParamsDelegate^ value);
}