C# Class dnSpy.Contracts.Hex.Editor.HexViewLayoutChangedEventArgs

Hex view layout changed event args
Inheritance: System.EventArgs
Datei anzeigen Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
HexViewLayoutChangedEventArgs ( dnSpy.Contracts.Hex.Editor.HexViewState oldState, dnSpy.Contracts.Hex.Editor.HexViewState newState, IList newOrReformattedLines, IList translatedLines ) : System

Constructor

Private Methods

Method Description
CreateSpans ( ReadOnlyCollection lines ) : NormalizedHexBufferSpanCollection

Method Details

HexViewLayoutChangedEventArgs() public method

Constructor
public HexViewLayoutChangedEventArgs ( dnSpy.Contracts.Hex.Editor.HexViewState oldState, dnSpy.Contracts.Hex.Editor.HexViewState newState, IList newOrReformattedLines, IList translatedLines ) : System
oldState dnSpy.Contracts.Hex.Editor.HexViewState Old view state
newState dnSpy.Contracts.Hex.Editor.HexViewState New view state
newOrReformattedLines IList New or reformatted lines
translatedLines IList Translated lines
return System