C# Класс ARCed.Scintilla.HotspotClickEventArgs

Provides data for the Scintilla.HotspotClick, Scintilla.HotspotDoubleClick, and Scintilla.HotspotReleaseClick events.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
HotspotClickEventArgs ( int position ) : System

Initializes a new instance of the HotspotClickEventArgs class.

Описание методов

HotspotClickEventArgs() публичный Метод

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.
Результат System