Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SizeChangedInfo Class

Report the specifics of a value change involving a Size. This is used as a parameter in OnRenderSizeChanged overrides.

Namespace:  System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

'Declaration
Public Class SizeChangedInfo
'Usage
Dim instance As SizeChangedInfo
You cannot directly create an instance of this class in XAML.

This class parallels some of the members SizeChangedEventArgs class, which is used to report event data for SizeChanged, but the two classes serve different purposes. SizeChangedInfo is specifically used for OnRenderSizeChanged overrides, which offers class handling for an event that is not exposed as a public event in WPF. For details, see OnRenderSizeChanged.

System.Object
  System.Windows.SizeChangedInfo

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0

Community Additions

Show:
© 2017 Microsoft