Allows inheriters to pause 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 bool RequestPropertyChangeNotificationPause(
	DependencyProperty property
)
Visual Basic (Declaration)
Protected Friend Function RequestPropertyChangeNotificationPause ( _
	property As DependencyProperty _
) As Boolean

Parameters

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

See Also