DecoratorHostShapeBase.OnManuallyPlacedChanged, méthode
Appelée lorsque la propriété ManuallyPlaced change. L'implémentation de base ne fait rien.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnManuallyPlacedChanged ( _
oldValue As Boolean, _
newValue As Boolean _
)
protected virtual void OnManuallyPlacedChanged(
bool oldValue,
bool newValue
)
Paramètres
- oldValue
Type : System.Boolean
Ancienne valeur.
- newValue
Type : System.Boolean
Nouvelle valeur.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.