IXRFrameworkElement::RemoveLayoutUpdatedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the LayoutUpdated event for this framework element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveLayoutUpdatedEventHandler(
__in IXRDelegate<XREventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] Pointer to an IXRDelegate<ArgType, [SenderType]> object that you want to remove from the LayoutUpdated event, which occurs when the layout of the XAML for Windows Embedded visual tree changes.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.FrameworkElement.LayoutUpdated
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |