Class GutterClickEventArgs
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
Event arguments for a mouse click in the gutter area.
public class GutterClickEventArgs : EventArgs
- Inheritance
-
GutterClickEventArgs
- Inherited Members
- Extension Methods
Properties
GutterX
The X coordinate within the gutter (relative to gutter start).
public int GutterX { get; init; }
Property Value
MouseEventArgs
The original mouse event arguments.
public MouseEventArgs MouseEventArgs { get; init; }
Property Value
SourceLineIndex
The 0-based source line index that was clicked, or -1 if beyond content.
public int SourceLineIndex { get; init; }