Share via


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

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,
XRDelegate.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRToolTip