WindowSetHeightEventArgs Class

Definition

Represents the event arguments for the WindowSetHeight event.

public ref class WindowSetHeightEventArgs sealed : EventArgs
public sealed class WindowSetHeightEventArgs : EventArgs
type WindowSetHeightEventArgs = class
    inherit EventArgs
Public NotInheritable Class WindowSetHeightEventArgs
Inherits EventArgs
Inheritance
WindowSetHeightEventArgs

Constructors

WindowSetHeightEventArgs()

Initializes a new instance of the WindowSetHeightEventArgs class.

Properties

Height

Gets the height of the window.

Applies to