NodeShape.AbsoluteBoundsChanged Event
Occurs when the absolute bounds for the shape change.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Event AbsoluteBoundsChanged As EventHandler(Of ElementPropertyChangedEventArgs)
'Usage
Dim instance As NodeShape
Dim handler As EventHandler(Of ElementPropertyChangedEventArgs)
AddHandler instance.AbsoluteBoundsChanged, handler
public event EventHandler<ElementPropertyChangedEventArgs> AbsoluteBoundsChanged
public:
event EventHandler<ElementPropertyChangedEventArgs^>^ AbsoluteBoundsChanged {
void add (EventHandler<ElementPropertyChangedEventArgs^>^ value);
void remove (EventHandler<ElementPropertyChangedEventArgs^>^ value);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.