Freigeben über


DecoratorHostShapeBase.OnManuallyPlacedChanged-Methode

Wird bei einer Änderung der ManuallyPlaced-Eigenschaft aufgerufen. Bei Basisimplementierung wird keine Aktion ausgeführt.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Protected Overridable Sub OnManuallyPlacedChanged ( _
    oldValue As Boolean, _
    newValue As Boolean _
)
protected virtual void OnManuallyPlacedChanged(
    bool oldValue,
    bool newValue
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DecoratorHostShapeBase Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace