Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overrides Sub ElementPropertyChanged ( _
e As ElementPropertyChangedEventArgs _
)
public override void ElementPropertyChanged(
ElementPropertyChangedEventArgs e
)
public:
virtual void ElementPropertyChanged(
ElementPropertyChangedEventArgs^ e
) override
abstract ElementPropertyChanged :
e:ElementPropertyChangedEventArgs -> unit
override ElementPropertyChanged :
e:ElementPropertyChangedEventArgs -> unit
public override function ElementPropertyChanged(
e : ElementPropertyChangedEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs
Event arguments specified when it is fired.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.