C# 클래스 ARCed.Scintilla.LinesNeedShownEventArgs

Provides data for the LinesNeedShown event
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
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