WindowSizeChangedEventArgs Class |
Namespace: Windows.UI.Core
public sealed class WindowSizeChangedEventArgs
The WindowSizeChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
WindowSizeChangedEventArgs | Initializes a new instance of the WindowSizeChangedEventArgs class |
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Handled |
Gets or sets whether the window size event was handled.
| |
Size |
Gets the new size of the window.
|