AutoResizedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the AutoResized event raised by HwndSource.
public ref class AutoResizedEventArgs : EventArgs
public class AutoResizedEventArgs : EventArgs
type AutoResizedEventArgs = class
inherit EventArgs
Public Class AutoResizedEventArgs
Inherits EventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| AutoResizedEventArgs(Size) |
Initializes a new instance of the AutoResizedEventArgs class. |
Properties
| Name | Description |
|---|---|
| Size |
Gets the new size of the window after the auto resize operation. |