Version

OnRenderSizeChanged Method

Raises the System.Windows.FrameworkElement.SizeChanged event, using the specified information as part of the eventual event data.
Syntax
'Declaration
 
Protected Overrides Sub OnRenderSizeChanged( _
   ByVal sizeInfo As SizeChangedInfo _
) 
protected override void OnRenderSizeChanged( 
   SizeChangedInfo sizeInfo
)

Parameters

sizeInfo
Details of the old and new size involved in the change.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also