Called when the Role property changes.

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

Syntax

C#
protected virtual void OnRoleChanged(
	DragTaskThumbRole oldRole,
	DragTaskThumbRole newRole
)
Visual Basic (Declaration)
Protected Overridable Sub OnRoleChanged ( _
	oldRole As DragTaskThumbRole, _
	newRole As DragTaskThumbRole _
)

See Also