IXRFrameworkElement::RemoveSizeChangedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the SizeChanged event for this framework element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveSizeChangedEventHandler(
__in IXRDelegate<XRSizeChangedEventArgs>* pDelegate
)= 0;
Parameters
- pDelegate
[in] Pointer to an IXRDelegate<ArgType, [SenderType]> 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
System.Windows.FrameworkElement.SizeChanged
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |