C# Class ARCed.Scintilla.HotspotClickEventArgs

Provides data for the Scintilla.HotspotClick, Scintilla.HotspotDoubleClick, and Scintilla.HotspotReleaseClick events.
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
HotspotClickEventArgs ( int position ) : System

Initializes a new instance of the HotspotClickEventArgs class.

Method Details

HotspotClickEventArgs() public method

Initializes a new instance of the HotspotClickEventArgs class.
public HotspotClickEventArgs ( int position ) : System
position int The byte offset in the document of the character that was clicked.
return System