RemoteResizeEventArgs Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Provides data for the RemoteResize event.
Syntax
public class RemoteResizeEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
RemoteResizeEventArgs(Int32, Int32) | Initializes a new instance of the RemoteResizeEventArgs class with the specified size. |
Properties
Name | Description |
---|---|
Columns | Gets the number of character columns of the resized terminal. |
Rows | Gets the number of character rows of the resized terminal. |