XRSizeChangedEventArgs (Windows Embedded CE 6.0)
1/6/2010
This structure contains event data for the SizeChanged event that is raised by a UI element when its size changes.
Syntax
struct XRSizeChangedEventArgs : XRRoutedEventArgs
{
XRSize PreviousSize;
XRSize NewSize;
};
Members
- PreviousSize
XRSize structure that describes the previous height and width dimensions of this UI element.
- NewSize
XRSize structure that describes the new height and width dimensions of this UI element.
Inheritance Hierarchy
XRSizeChangedEventArgs
.NET Framework Equivalent
None.
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
Silverlight for Windows Embedded Structures
IXRFrameworkElement::AddSizeChangedEventHandler