IXRPropertyBag::GetPropertyChangedEvent (Compact 7)

3/12/2014

This method retrieves the event that is raised when a property is changed.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetPropertyChangedEvent(
    IXRCustomEvent<XRPropertyChangedCustomEventArgs, IXRPropertyBag>** ppEvent
) = 0;

Parameters

  • ppEvent
    [out] The custom event, which is a pointer to an IXRCustomEvent object that is defined in the data-source object. The data-source object raises this event when the value of one of its properties has changed.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The Silverlight for Windows Embedded data binding engine calls this method to retrieve the custom event defined in the data-source object. The data-source object raises the custom event when the value of one of its properties has changed.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPropertyBag