DependencyPropertyWatcher<T> Class

Definition

Used to Track Changes of a Dependency Property

public class DependencyPropertyWatcher<T> : Windows.UI.Xaml.DependencyObject, IDisposable
type DependencyPropertyWatcher<'T> = class
    inherit DependencyObject
    interface IDisposable
Public Class DependencyPropertyWatcher(Of T)
Inherits DependencyObject
Implements IDisposable

Type Parameters

T

Value of Dependency Property

Inheritance
Windows.UI.Xaml.DependencyObject
DependencyPropertyWatcher<T>
Implements

Constructors

DependencyPropertyWatcher<T>(DependencyObject, String)

Initializes a new instance of the DependencyPropertyWatcher<T> class.

Fields

ValueProperty

Value of Value Property

Properties

Target

Gets the target Dependency Object

Value

Gets the current Value

Methods

Dispose()

Clears the Watcher object.

OnPropertyChanged(Object, DependencyPropertyChangedEventArgs)

Called when the Property is updated

Events

PropertyChanged

Called when Property Changes.

Applies to