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

NewValue

Gets the new value for that Position.

Position

Gets the location of the edit.