Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pDelegate
[in] Pointer to the IXRDelegate<ArgType, [SenderType]> object that was passed into IXRFrameworkElement::AddLoadedEventHandler that you want to remove from the Loaded event.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.FrameworkElement.Loaded
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |