CppXAML
Loading...
Searching...
No Matches
List of all members
cppxaml::XamlPropertyWithNPC< T > Struct Template Reference

Implements a property type with notifications. More...

#include <cppxaml/XamlProperty.h>

Inheritance diagram for cppxaml::XamlPropertyWithNPC< T >:
cppxaml::XamlProperty< T >

Detailed Description

template<typename T>
struct cppxaml::XamlPropertyWithNPC< T >

Implements a property type with notifications.

Template Parameters
Tthe 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.


The documentation for this struct was generated from the following file: