AppIsResuming Event

Com.MarcusTS.LifecycleAware

AppWithLifecycle..::..AppIsResuming Event

Occurs when [application is resuming].

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

Syntax


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