Table of Contents

Class HexViewEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Defines the event arguments for PositionChanged event.

public class HexViewEventArgs : EventArgs
Inheritance
HexViewEventArgs
Inherited Members

Constructors

HexViewEventArgs(long, Point, int)

Initializes a new instance of HexViewEventArgs

Properties

Address

Gets the byte position in the Stream.

BytesPerLine

The bytes length per line.

Position

Gets the current edit position.