FrameworkElement.SizeChanged event

This topic has not yet been rated - Rate this topic

Occurs when either the ActualHeight or the ActualWidth property changes value on a FrameworkElement.

Syntax


public event SizeChangedEventHandler SizeChanged


<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

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

FrameworkElement

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.