次の方法で共有


IXRToggleButton::RemoveIndeterminateEventHandler (Compact 2013)

3/28/2014

This method removes a delegate from the Indeterminate event for this toggle button.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveIndeterminateEventHandler(
    IXRDelegate<XRRoutedEventArgs> *pDelegate
)= 0;        

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h,
XRDelegate.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRToggleButton