C# Class NetIde.Shell.NiTextChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: netide/netide Class Usage Examples

Public Methods

Method Description
NiTextChangedEventArgs ( int startLine, int startIndex, int endLine, int endIndex ) : System

Method Details

NiTextChangedEventArgs() public method

public NiTextChangedEventArgs ( int startLine, int startIndex, int endLine, int endIndex ) : System
startLine int
startIndex int
endLine int
endIndex int
return System