WindowSetResizableEventArgs 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.
Represents the event arguments for the window set resizable event.
public ref class WindowSetResizableEventArgs sealed : EventArgs
public sealed class WindowSetResizableEventArgs : EventArgs
type WindowSetResizableEventArgs = class
inherit EventArgs
Public NotInheritable Class WindowSetResizableEventArgs
Inherits EventArgs
- Inheritance
-
WindowSetResizableEventArgs
Constructors
WindowSetResizableEventArgs() |
Initializes a new instance of the WindowSetResizableEventArgs class. |
Properties
Resizable |
Gets a Boolean value that specifies whether the window is resizable. |