LineEventArgs Class
Definition
Line
123
of
System.Windows/TextView.cm
Constructors & Destructor
public
nothrow
LineEventArgs
(
int
lineIndex_,
int
indentLineIndex_)
Member Variables
public
int
indentLineIndex
public
int
lineIndex
Constructor& Destructor Details
LineEventArgs Constructor
public
nothrow
LineEventArgs(
int
lineIndex_,
int
indentLineIndex_)
Definition
Line
125
of
System.Windows/TextView.cm