Define how creation of a context can take place. Can specify ViewFirst,ViewModelFirst or None. ViewFirst is the default.

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public WpfContextControllerCreationOp CreationOp { get; set; }
Visual Basic
Public Property CreationOp As WpfContextControllerCreationOp
	Get
	Set
Visual C++
public:
virtual property WpfContextControllerCreationOp CreationOp {
	WpfContextControllerCreationOp get () sealed;
	void set (WpfContextControllerCreationOp value) sealed;
}

Implements

IWpfContextController..::..CreationOp

See Also