C# 클래스 ARCed.Scintilla.HotspotClickEventArgs

Provides data for the Scintilla.HotspotClick, Scintilla.HotspotDoubleClick, and Scintilla.HotspotReleaseClick events.
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
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