C# Class FastColoredTextBoxNS.LinePushedEventArgs

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

Public Methods

Method Description
LinePushedEventArgs ( string sourceLineText, int displayedLineIndex, string displayedLineText ) : System

Method Details

LinePushedEventArgs() public method

public LinePushedEventArgs ( string sourceLineText, int displayedLineIndex, string displayedLineText ) : System
sourceLineText string
displayedLineIndex int
displayedLineText string
return System