IXRToolTip::RemoveOpenedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the Opened event for the tooltip.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveOpenedEventHandler(
__in IXRDelegate<XRRoutedEventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] Pointer to an IXRDelegate<ArgType, [SenderType]> object that was passed into IXRToolTip::AddOpenedEventHandler and that you want to remove from the Opened event, which is raised when a tooltip becomes visible.
Return Value
Returns an HRESULT that indicates success or failure.
If pDelegate is not a XAML for Windows Embedded object, returns XR_E_INVALID_OBJECT.
.NET Framework Equivalent
System.Windows.Controls.ToolTip.Opened
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |