Method OnSizeChanging
OnSizeChanging(SizeChangedEventArgs)
Called when the application's size changes. Sets the size of all Toplevels and fires the SizeChanging event.
public static bool OnSizeChanging(SizeChangedEventArgs args)
Parameters
args
SizeChangedEventArgsThe new size.
Returns
- bool
if the size was changed.