LineRoutingRule::ElementPropertyChanged Method (ElementPropertyChangedEventArgs^)
Visual Studio 2015
This method handles the custom rule. When the rule is fired, this method will be called by the IMS rules engine.
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.
Show: