WindowSetResizableEventArgs Class

Definition

Represents the event Arguments for the WindowSetResizable 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 or sets a Boolean value that specifies whether the window is resizable.

Applies to