Class WindowSizeChangedEventArgs
Contains the argument returned by a window size change event.
Inheritance
System.Object
WindowSizeChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class WindowSizeChangedEventArgs
Properties
| Improve this Doc View SourceHandled
Gets or sets whether the window size event was handled.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Size
Gets the new size of the window.
Declaration
public Size Size { get; }
Property Value
Type | Description |
---|---|
Size |