Called when the IsCopyEnabled property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected virtual void OnIsCopyEnabledChanged(
	bool oldIsCopyEnabled,
	bool newIsCopyEnabled
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsCopyEnabledChanged ( _
	oldIsCopyEnabled As Boolean, _
	newIsCopyEnabled As Boolean _
)

Parameters

oldIsCopyEnabled
Type: System..::.Boolean
newIsCopyEnabled
Type: System..::.Boolean

See Also