C# Class FastColoredTextBoxNS.LineNeededEventArgs

Inheritance: System.EventArgs
显示文件 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
LineNeededEventArgs ( string sourceLineText, int displayedLineIndex ) : System

Method Details

LineNeededEventArgs() public method

public LineNeededEventArgs ( string sourceLineText, int displayedLineIndex ) : System
sourceLineText string
displayedLineIndex int
return System