XRPropertyChangedCustomEventArgs (Compact 7)

3/12/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

XREventArgs

     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

Silverlight for Windows Embedded Structures
IXRPropertyBag::GetPropertyChangedEvent