ARCed.Scintilla.HotspotClickEventArgs.HotspotClickEventArgs C# (CSharp) Méthode

HotspotClickEventArgs() public méthode

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