Class WindowResizedEventArgs
Provides data for the Resized event.
public class WindowResizedEventArgs : EventArgs
- Inheritance
-
WindowResizedEventArgs
- Inherited Members
Properties
ClientSize
Gets the new client size of the window in device-independent pixels.
public Size ClientSize { get; }
Property Value
Reason
Gets the reason for the resize.
public WindowResizeReason Reason { get; }