Class SizeChangedEventArgs
Args for events about Size (e.g. Resized)
public class SizeChangedEventArgs : EventArgs
- Inheritance
-
SizeChangedEventArgs
- Inherited Members
Constructors
- SizeChangedEventArgs(Size?)
Creates a new instance of the SizeChangedEventArgs class.
Properties
- Size
Gets the size the event describes. This should reflect the new/current size after the event resolved.