SetPageLifecycleReporter Method

Com.MarcusTS.LifecycleAware

LifecycleAwareUtils..::..SetPageLifecycleReporter Method

Sets the page lifecycle reporter.

Namespace:  Com.MarcusTS.LifecycleAware.Common.Utils
Assembly:  Com.MarcusTS.LifecycleAware (in Com.MarcusTS.LifecycleAware.dll)

Syntax


public static void SetPageLifecycleReporter(
	IHostPageLifecycleReporter host,
	ref IReportPageLifecycle hostProperty,
	IReportPageLifecycle newReporter
)
Public Shared Sub SetPageLifecycleReporter ( _
	host As IHostPageLifecycleReporter, _
	ByRef hostProperty As IReportPageLifecycle, _
	newReporter As IReportPageLifecycle _
)
public:
static void SetPageLifecycleReporter(
	IHostPageLifecycleReporter^ host, 
	IReportPageLifecycle^% hostProperty, 
	IReportPageLifecycle^ newReporter
)