Diagram.OnChildAssociatedPropertyChanged Method

Performs an action when a property that is associated with a child shape has changed.

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

Syntax

'Declaration
Protected Friend Overridable Sub OnChildAssociatedPropertyChanged ( _
    shape As ShapeElement, _
    e As PropertyChangedEventArgs _
)
'Usage
Dim shape As ShapeElement 
Dim e As PropertyChangedEventArgs 

Me.OnChildAssociatedPropertyChanged(shape, _
    e)
protected internal virtual void OnChildAssociatedPropertyChanged(
    ShapeElement shape,
    PropertyChangedEventArgs e
)
protected public:
virtual void OnChildAssociatedPropertyChanged(
    ShapeElement^ shape, 
    PropertyChangedEventArgs^ e
)
protected internal function OnChildAssociatedPropertyChanged(
    shape : ShapeElement, 
    e : PropertyChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace