AttachedShadowBase.OnPropertyChanged Method

Definition

This method is called when a DependencyProperty is changed.

protected virtual void OnPropertyChanged (Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext context, Windows.UI.Xaml.DependencyProperty property, object oldValue, object newValue);
abstract member OnPropertyChanged : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext * Windows.UI.Xaml.DependencyProperty * obj * obj -> unit
override this.OnPropertyChanged : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext * Windows.UI.Xaml.DependencyProperty * obj * obj -> unit
Protected Overridable Sub OnPropertyChanged (context As AttachedShadowElementContext, property As DependencyProperty, oldValue As Object, newValue As Object)

Parameters

property
Windows.UI.Xaml.DependencyProperty
oldValue
Object
newValue
Object

Applies to