Diagram::OnChildAssociatedPropertyChanged Method (ShapeElement^, PropertyChangedEventArgs^)

 

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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public protected:
virtual void OnChildAssociatedPropertyChanged(
	ShapeElement^ shape,
	PropertyChangedEventArgs^ e
)

Parameters

shape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The child shape.

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::PropertyChangedEventArgs^

The arguments to use when a property has changed. For a list of arguments, see PropertyChangedEventArgs.

Return to top
Show: