Allows inheriters to resume propagation of property changes to the undo queue for a specific property.

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

Syntax

C#
protected internal void ResumePropertyChangedNotifications(
	DependencyProperty property
)
Visual Basic (Declaration)
Protected Friend Sub ResumePropertyChangedNotifications ( _
	property As DependencyProperty _
)

Parameters

property
Type: System.Windows..::.DependencyProperty

See Also