Called when the MaxFinish property changes.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
protected virtual void OnMaxFinishChanged( Nullable<DateTime> oldMaxFinish, Nullable<DateTime> newMaxFinish ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnMaxFinishChanged ( _ oldMaxFinish As Nullable(Of DateTime), _ newMaxFinish As Nullable(Of DateTime) _ ) |
Parameters
- oldMaxFinish
- Type: System..::.Nullable<(Of <(DateTime>)>)
- newMaxFinish
- Type: System..::.Nullable<(Of <(DateTime>)>)