CppXAML
|
Implements a property type with notifications. More...
#include <cppxaml/XamlProperty.h>
Implements a property type with notifications.
T | the property type |
Use the INIT_PROPERTY macro to initialize this property in your class constructor. This will set up the right property name, and bind it to the SimpleNotifyPropertyChanged
implementation.