SizeChangedEventHandler Delegate
Represents the method that will handle the SizeChanged event.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Delegate Sub SizeChangedEventHandler ( _ sender As Object, _ e As SizeChangedEventArgs _ )
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 Silverlight. The RoutedEventArgs event data type is used here to maintain compatibility with the WPF implementation of the FrameworkElement.SizeChanged event.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.