IXRPasswordBox::RemovePasswordChangedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the PasswordChanged event for this password box.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemovePasswordChangedEventHandler(
__in IXRDelegate<XRRoutedEventArgs>* pDelegate
)= 0;
Parameters
- pDelegate
[in] Pointer to the IXRDelegate<ArgType, [SenderType]> object that was passed into IXRPasswordBox::AddPasswordChangedEventHandler that you want to remove from the PasswordChanged event, which is raised when the password value changes.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |