PageLifecycleReporter Property

Com.MarcusTS.LifecycleAware

ContentViewWithLifecycle..::..PageLifecycleReporter Property

Gets or sets the page lifecycle reporter.

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

Syntax


public IReportPageLifecycle PageLifecycleReporter { get; set; }
Public Property PageLifecycleReporter As IReportPageLifecycle
	Get
	Set
public:
property IReportPageLifecycle^ PageLifecycleReporter {
	IReportPageLifecycle^ get ();
	void set (IReportPageLifecycle^ value);
}

Field Value

The page lifecycle reporter.