Visual Basic (Declaration)
Public Overridable Sub OnAbsoluteBoundsChanged ( _
e As AbsoluteBoundsChangedEventArgs _
)
Dim instance As NodeShape
Dim e As AbsoluteBoundsChangedEventArgs
instance.OnAbsoluteBoundsChanged(e)
public virtual void OnAbsoluteBoundsChanged(
AbsoluteBoundsChangedEventArgs e
)
public:
virtual void OnAbsoluteBoundsChanged(
AbsoluteBoundsChangedEventArgs^ e
)
public function OnAbsoluteBoundsChanged(
e : AbsoluteBoundsChangedEventArgs
)