AttachedShadowBase.OnPropertyChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- AttachedShadowElementContext
- property
- Windows.UI.Xaml.DependencyProperty
- oldValue
- Object
- newValue
- Object