Click or drag to resize

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.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public bool IsDiscarded { get; }

Property Value

Type: Boolean
if this instance is discarded; otherwise, .
See Also