Occurs when either the ActualHeight or the ActualWidth property changes value on a FrameworkElement.
Syntax
<frameworkElement SizeChanged="eventhandler"/>
Event information
| Delegate | SizeChangedEventHandler |
|---|
Remarks
Although this event uses a RoutedEventHandler-related delegate and a RoutedEventArgs-derived class as event data, the event is not truly a routed event. It can be handled only on the element that originates the event (in other words, the sender). OriginalSource in event data for this event is always null.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 1/31/2013