AdornerLayout.AdornerPropertyChanged Method
Invoked on the adorner layout whenever one of the properties stored in the AdornerProperties class changes.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Sub AdornerPropertyChanged ( _
adorner As DependencyObject, _
args As DependencyPropertyChangedEventArgs _
)
public abstract void AdornerPropertyChanged(
DependencyObject adorner,
DependencyPropertyChangedEventArgs args
)
public:
virtual void AdornerPropertyChanged(
DependencyObject^ adorner,
DependencyPropertyChangedEventArgs args
) abstract
abstract AdornerPropertyChanged :
adorner:DependencyObject *
args:DependencyPropertyChangedEventArgs -> unit
public abstract function AdornerPropertyChanged(
adorner : DependencyObject,
args : DependencyPropertyChangedEventArgs
)
Parameters
- adorner
Type: System.Windows.DependencyObject
The adorner whose property has changed.
- args
Type: System.Windows.DependencyPropertyChangedEventArgs
A DependencyPropertyChangedEventArgs that contains details of the property change.
Remarks
The AdornerLayout may take any action it deems appropriate.
Note
the ActualModel and ActualView attached properties do not raise property changes.
.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.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace
PrimarySelectionAdornerProvider