Search
DiagramBase.BoundsChanged Event
See Also
 





Raised when the Bounds property value has changed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler BoundsChanged

Visual Basic  Copy Code

Public Event BoundsChanged As EventHandler

 Event Data

BoundsChanged event handlers receive an argument of type EventArgs.

 See Also