OnAbsoluteBoundsChanged Method
Domain-Specific Language Tools Reference
NodeShape..::.OnAbsoluteBoundsChanged Method

Updated: November 2007

Raises the AbsoluteBoundsChanged event.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Visual Basic (Declaration)
Public Overridable Sub OnAbsoluteBoundsChanged ( _
    e As AbsoluteBoundsChangedEventArgs _
)
Visual Basic (Usage)
Dim instance As NodeShape
Dim e As AbsoluteBoundsChangedEventArgs

instance.OnAbsoluteBoundsChanged(e)
C#
public virtual void OnAbsoluteBoundsChanged(
    AbsoluteBoundsChangedEventArgs e
)
Visual C++
public:
virtual void OnAbsoluteBoundsChanged(
    AbsoluteBoundsChangedEventArgs^ e
)
JScript
public function OnAbsoluteBoundsChanged(
    e : AbsoluteBoundsChangedEventArgs
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams..::.AbsoluteBoundsChangedEventArgs

The arguments to use when the absolute bounds change.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker