'Declaration Public Event SizeChanged As SizeChangedEventHandler
public event SizeChangedEventHandler SizeChanged
Event Data
The event handler receives an argument of type SizeChangedEventArgs containing data related to this event. The following SizeChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewSize | |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
PreviousSize |
See Also