Skip to content

RemoteResizedEventArgs

Namespace: Hex1b

Assembly: Hex1b.dll

Arguments for the callback.

csharp
public sealed class RemoteResizedEventArgs : EventArgs

Inheritance

ObjectEventArgsRemoteResizedEventArgs

Properties

CausedByLocalPrimary

true when the receiving adapter was primary at the moment the resize took effect (typically meaning this client caused the resize via or ); false when another peer caused it.

Returns: Boolean

csharp
public bool CausedByLocalPrimary { get; }

Height

The new producer PTY height.

Returns: Int32

csharp
public int Height { get; }

Width

The new producer PTY width.

Returns: Int32

csharp
public int Width { get; }

Released under the MIT License.