C# Класс dnSpy.Contracts.Hex.Editor.HexViewLayoutChangedEventArgs

Hex view layout changed event args
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HexViewLayoutChangedEventArgs ( dnSpy.Contracts.Hex.Editor.HexViewState oldState, dnSpy.Contracts.Hex.Editor.HexViewState newState, IList newOrReformattedLines, IList translatedLines ) : System

Constructor

Приватные методы

Метод Описание
CreateSpans ( ReadOnlyCollection lines ) : NormalizedHexBufferSpanCollection

Описание методов

HexViewLayoutChangedEventArgs() публичный Метод

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
Результат System