C# Класс ARCed.Scintilla.LinesNeedShownEventArgs

Provides data for the LinesNeedShown event
Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
LinesNeedShownEventArgs ( int startLine, int endLine ) : System

Initializes a new instance of the LinesNeedShownEventArgs class.

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

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

Initializes a new instance of the LinesNeedShownEventArgs class.
public LinesNeedShownEventArgs ( int startLine, int endLine ) : System
startLine int the first (top) line that needs to be shown
endLine int the last (bottom) line that needs to be shown
Результат System