Property IsActive
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
IsActive
Gets or sets a value indicating whether the view model is active. When set, it triggers the IsActiveChanged event and manages the subscription tokens accordingly.
public bool IsActive { get; set; }