ARCed.Scintilla.HotspotClickEventArgs.HotspotClickEventArgs C# (CSharp) Method

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
        public HotspotClickEventArgs(int position)
        {
            this._position = position;
        }
HotspotClickEventArgs