Holds information about the CustomPropertyChanged event. This information tells the DiagramSurface if it should change the dirty-bit or take a snapshot for undoing purposes.

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 class CustomPropertyChangedEventArgs : RoutedEventArgs
Visual Basic (Declaration)
Public Class CustomPropertyChangedEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Windows..::.RoutedEventArgs
      Mindscape.WpfDiagramming.Foundation..::.CustomPropertyChangedEventArgs

See Also