LineRoutingRule::ElementPropertyChanged Method (ElementPropertyChangedEventArgs^)

 

This method handles the custom rule. When the rule is fired, this method will be called by the IMS rules engine.

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

public:
virtual void ElementPropertyChanged(
	ElementPropertyChangedEventArgs^ e
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling::ElementPropertyChangedEventArgs^

Event arguments specified when it is fired.

Return to top
Show: