Search
ItemPropertyChangedEventArgs Class
See Also
 





Contains the arguments passed to handlers of property change related events.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class ItemPropertyChangedEventArgs : ItemEventArgs

Visual Basic  Copy Code

Public Class ItemPropertyChangedEventArgs
    Inherits ItemEventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.Wpf.ItemEventArgs
            MindFusion.Diagramming.Wpf.ItemPropertyChangedEventArgs

 See Also