 | BcfRowViewIsDiscarded Property |
Gets a value indicating whether the instance is discarded. When
IsDiscarded becomes
the
PropertyChanged event will not be raised. Override
OnDiscard to perform custom cleanup tasks.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic bool IsDiscarded { get; }Public ReadOnly Property IsDiscarded As Boolean
Get
Property Value
Type:
Boolean if this instance is discarded; otherwise,
.
See Also