Summary
This method is called by the framework when the corresponding View
is deactivated.
- Namespace
- ReactiveUI
- Containing Type
- ViewModelActivator
Syntax
public void Deactivate(bool ignoreRefCount = false)
Parameters
Name | Type | Description |
---|---|---|
ignoreRefCount | bool | Force the VM to be deactivated, even if more than one person called Activate. |
Return Value
Type | Description |
---|---|
void |