Initializes a new instance of the CustomPropertyChangedEventArgs class. The ModifyDirtyBit and TakeSnapshot properties will be set to be the given values.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public CustomPropertyChangedEventArgs(
	bool modifyDirtyBit,
	bool takeSnapshot
)
Visual Basic (Declaration)
Public Sub New ( _
	modifyDirtyBit As Boolean, _
	takeSnapshot As Boolean _
)

Parameters

modifyDirtyBit
Type: System..::.Boolean
Whether or not the DiagramSurface should set the dirty-bit to true.
takeSnapshot
Type: System..::.Boolean
Whether or a snapshot should be taken for undo purposes.

See Also