Interface IActivatableViewModel
- Namespace
- ReactiveUI
- Assembly
- ReactiveUI.dll
Implementing this interface on a ViewModel indicates that the ViewModel is interested in Activation events. Instantiate the Activator, then call WhenActivated on your class to register what you want to happen when the View is activated. See the documentation for ViewModelActivator to read more about Activation.
- Extension Methods
Properties
Activator
Gets the Activator which will be used by the View when Activation/Deactivation occurs.