StageLifecycleReporter Property

Com.MarcusTS.LifecycleAware

ViewModelWithLifecycle..::..StageLifecycleReporter Property

Gets or sets the stage lifecycle reporter.

Namespace:  Com.MarcusTS.LifecycleAware.ViewModels
Assembly:  Com.MarcusTS.LifecycleAware (in Com.MarcusTS.LifecycleAware.dll)

Syntax


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

Field Value

The stage lifecycle reporter.