IMinutesFieldManager.ApplyChanges Method

Applies all changes made with the fields. This includes also changes in fields properties.
Sub ApplyChanges()
This language is not supported or no code example is available.
void ApplyChanges()
This language is not supported or no code example is available.
Exception type Condition

FieldUpdateFailedException

Applying changes for some field failed. Additional info is stored in the exception properties.

Remarks
 
This method doesn't repaint the UI. You need to call IEstimate.RepaintCurrentView or much slower IEstimate.CheckAndRepaint when all changes are applied.
Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition