IXRToolTip::RemoveClosedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the Closed event for the tooltip.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveClosedEventHandler(
__in IXRDelegate<XRRoutedEventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] Pointer to an IXRDelegate<ArgType, [SenderType]> object that was passed into IXRToolTip::AddClosedEventHandler and that you want to remove from the Closed event, which is raised when a tooltip is closed and is no longer 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.Closed
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |