Share via


IXRPasswordBox::RemovePasswordChangedEventHandler (Windows Embedded CE 6.0)

1/6/2010

This method removes a delegate from the PasswordChanged event for this password box.

Syntax

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

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRPasswordBox