XRPropertyChangedCustomEventArgs (Compact 2013)
3/28/2014
This structure provides data for the custom event raised by a data-source object when a property value changes.
Syntax
struct XRPropertyChangedCustomEventArgs : public XREventArgs
{
const WCHAR * PropertyName;
};
Inheritance Hierarchy
XRPropertyChangedCustomEventArgs
Members
- PropertyName
Name of the property that changed. The property name is an input parameter in your implementation of the method IXRPropertyBag::SetValue.
- Size
Indicates the size, in bytes, of this structure. Inherited from XREventArgs,
.NET Framework Equivalent
PropertyChangedEventArgs
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
XAML for Windows Embedded Structures
IXRPropertyBag::GetPropertyChangedEvent