Click or drag to resize

MapOnRenderSizeChanged Method

Raises the SizeChanged event, using the specified information as part of the eventual event data.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected override void OnRenderSizeChanged(
	SizeChangedInfo sizeInfo
)

Parameters

sizeInfo
Type: System.WindowsSizeChangedInfo
Details of the old and new size involved in the change.
See Also