Search
ItemPropertyChangedEventArgs Constructor
See Also
 





Initializes a new instance of the ItemPropertyChangedEventArgs class.

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

 Syntax

C#  Copy Code

public ItemPropertyChangedEventArgs (
    DiagramItem item,
    string propertyName
)

Visual Basic  Copy Code

Public New ( _
    item As DiagramItem, _
    propertyName As String _
)

 Parameters

item

The item whose property has changed.

propertyName

The name of the property that has changed.

 See Also