|
BcfViewManagerDeferPropertyChanged Property |
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax public bool DeferPropertyChanged { get; }
Public ReadOnly Property DeferPropertyChanged As Boolean
Get
public:
property bool DeferPropertyChanged {
bool get ();
}
member DeferPropertyChanged : bool with get
Property Value
Type:
Booleantrue if events should be deferred; otherwise,
false.
Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also