Thomas Levesque 4/21/2013

Detecting dependency property changes in WinRT

Read Original

This article provides a solution for monitoring dependency property changes in WinRT, where the traditional WPF approach using DependencyPropertyDescriptor is unavailable. It details the implementation of a reusable extension method that leverages data binding to create a watcher, complete with code examples for subscription and cleanup.

Detecting dependency property changes in WinRT

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week