Table of Contents

Class HexViewEditEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Defines the event arguments for Edited event.

public class HexViewEditEventArgs : EventArgs
Inheritance
HexViewEditEventArgs
Inherited Members

Constructors

HexViewEditEventArgs(long, byte)

Creates a new instance of the HexViewEditEventArgs class.

Properties

Address

Gets the address of the edit in the stream.

NewValue

Gets the new value for that Address.