Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.