Skip to content

Hmp1ServerResizedEventArgs

Namespace: Hex1b

Assembly: Hex1b.dll

Arguments for the callback. Fires when the producer's PTY dimensions change.

csharp
public sealed class Hmp1ServerResizedEventArgs : EventArgs

Inheritance

ObjectEventArgsHmp1ServerResizedEventArgs

Properties

Height

The new PTY height.

Returns: Int32

csharp
public int Height { get; }

Width

The new PTY width.

Returns: Int32

csharp
public int Width { get; }

Released under the MIT License.