SizeChangedEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that will handle the SizeChanged event.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- sender
- Type: System::Object
The object where the event handler is attached.
- e
- Type: System.Windows::SizeChangedEventArgs
The event data.
The SizeChanged event uses specialized event data derived from RoutedEventArgs. However, this event does not route in Windows Phone.
Show: