Raised when the Bounds property value has changed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler BoundsChanged |
Visual Basic
Copy Code
|
|---|
Public Event BoundsChanged As EventHandler |
Event DataBoundsChanged event handlers receive an argument of type EventArgs.
See Also