Class HexView.HexViewEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines the event arguments for PositionChanged event.

public class HexView.HexViewEventArgs : EventArgs

Inheritance

object

EventArgs

HexView.HexViewEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Constructors

HexViewEventArgs(long, Point, int)

Initializes a new instance of HexView.HexViewEventArgs

Properties

BytesPerLine

The bytes length per line.

CursorPosition

Gets the current cursor position starting at one for both, line and column.

Position

Gets the current character position starting at one, related to the Stream.

Edit this page