The IWpfContextController type exposes the following members.

Methods

  NameDescription
Public methodActivate
Called to Activate/re-activate
(Inherited from IContextController.)
Public methodContextDefInit
Called when a context definition is created
(Inherited from IContextController.)
Public methodCreate
Called when the context is to create it's windows/views
(Inherited from IContextController.)
Public methodInit
Called when a new context is created
(Inherited from IContextController.)
Public methodRelease
Called when the context is released
(Inherited from IContextController.)

Properties

  NameDescription
Public propertyCreationOp
The creation operation to use for the context, None, ViewFirst (Creates the IView first), ViewModelFirst (creates the IViewModel class first)

See Also