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