Initializes a new instance of the ItemPropertyChangedEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public ItemPropertyChangedEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The item whose property has changed.
The name of the property that has changed.
See Also