Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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
'Declaração
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.