class WindowBufferSizeEvent

Describes a buffer size change event in the Console.

Implements interface InputEvent. This event is sent to the console's input queue, when the text buffer size has changed.

Inheritance

class WindowBufferSizeEvent : InputEvent

Properties

int EventType ()Returns the type number of this event.
SmallSize Size ()Returns the new size of the text buffer.

Reference

accessor int EventType ()

Returns the type number of this event.

Inherited from InputEvent. Possible values are: Console::FocusEventType, Console::KeyEventType, Console::MenuEventType, Console::MouseEventType, Console::WindowBufferSizeEventType.


accessor SmallSize Size ()

Returns the new size of the text buffer.