C# Class ARCed.Scintilla.LinesNeedShownEventArgs

Provides data for the LinesNeedShown event
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
LinesNeedShownEventArgs ( int startLine, int endLine ) : System

Initializes a new instance of the LinesNeedShownEventArgs class.

Method Details

LinesNeedShownEventArgs() public method

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
return System