Called when the OverallIsCompleted property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
protected virtual void OnOverallIsCompletedChanged( bool oldOverallIsCompleted, bool newOverallIsCompleted ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnOverallIsCompletedChanged ( _ oldOverallIsCompleted As Boolean, _ newOverallIsCompleted As Boolean _ ) |
Parameters
- oldOverallIsCompleted
- Type: System..::.Boolean
- newOverallIsCompleted
- Type: System..::.Boolean