IXRUIElement::RemoveGotFocusEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the GotFocus event for this UI element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveGotFocusEventHandler(
IXRDelegate<XRRoutedEventArgs> *pDelegate
)= 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType, [SenderType]> object that was passed into IXRUIElement::AddGotFocusEventHandler that you want to remove from the GotFocus event, which is raised when this element receives UI focus.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |