Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This method removes a delegate from the SizeChanged event for this framework element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveSizeChangedEventHandler(
IXRDelegate<XRSizeChangedEventArgs>* pDelegate
)= 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType> object that was passed into IXRFrameworkElement::AddSizeChangedEventHandler that you want to remove from the SizeChanged event, which is raised when the ActualHeight or ActualWidth properties change their value.
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 |