Class HexViewEditEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Defines the event arguments for Edited event.
public class HexViewEditEventArgs : EventArgs
Inheritance
HexViewEditEventArgs
Inherited Members
object.ReferenceEquals(object, object)
Constructors
HexViewEditEventArgs(long, byte)
Creates a new instance of the HexViewEditEventArgs class.
Properties
Gets the address of the edit in the stream.
Gets the new value for that Address.