DependencyPropertyWatcher<T> Class
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.
Used to Track Changes of a Dependency Property
C#
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
- T
Value of Dependency Property
- Inheritance
-
Windows.UI.Xaml.DependencyObjectDependencyPropertyWatcher<T>
- Implements
Dependency |
Initializes a new instance of the DependencyPropertyWatcher<T> class. |
Value |
Value of Value Property |
Dispose() |
Clears the Watcher object. |
On |
Called when the Property is updated |
Property |
Called when Property Changes. |
Produit | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |