Called when the IsTextSearchEnabled property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
protected virtual void OnIsTextSearchEnabledChanged( bool oldIsTextSearchEnabled, bool newIsTextSearchEnabled ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnIsTextSearchEnabledChanged ( _ oldIsTextSearchEnabled As Boolean, _ newIsTextSearchEnabled As Boolean _ ) |
Parameters
- oldIsTextSearchEnabled
- Type: System..::.Boolean
- newIsTextSearchEnabled
- Type: System..::.Boolean