LineRoutingRule.ElementPropertyChanged Method

Definition

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

public:
 override void ElementPropertyChanged(Microsoft::VisualStudio::Modeling::ElementPropertyChangedEventArgs ^ e);
public override void ElementPropertyChanged (Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs e);
override this.ElementPropertyChanged : Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs -> unit
Public Overrides Sub ElementPropertyChanged (e As ElementPropertyChangedEventArgs)

Parameters

e
ElementPropertyChangedEventArgs

Event arguments specified when it is fired.

Applies to