Class HexViewEditEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines the event arguments for Edited event.

public class HexViewEditEventArgs : EventArgs

Inheritance

object

EventArgs

HexViewEditEventArgs

Inherited Members

EventArgs.Empty

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

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.

Edit this page