IXRFrameworkElement::RemoveLoadedEventHandler (Compact 2013)

3/28/2014

This method removes a delegate from the Loaded event for this framework element.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveLoadedEventHandler(
    __in IXRDelegate<XRRoutedEventArgs>* pDelegate
)= 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.FrameworkElement.Loaded

Requirements

Header

XamlRuntime.h,
XRDelegate.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRFrameworkElement