Initializes a new instance of the RemoteResizeEventArgs class with the specified size.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub New ( _
	columns As Integer, _
	rows As Integer _
)
C#
public RemoteResizeEventArgs(
	int columns,
	int rows
)

Parameters

columns
Type: System..::..Int32
Number of character columns.
rows
Type: System..::..Int32
Number of character rows.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also