C# 클래스 ARCed.Scintilla.CallTipClickEventArgs

Provides data for the CallTipClick event
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
CallTipClickEventArgs ( CallTipArrow callTipArrow, int currentIndex, int newIndex, OverloadList overloadList, int highlightStart, int highlightEnd ) : System

Initializes a new instance of the CallTipClickEventArgs class.

메소드 상세

CallTipClickEventArgs() 공개 메소드

Initializes a new instance of the CallTipClickEventArgs class.
public CallTipClickEventArgs ( CallTipArrow callTipArrow, int currentIndex, int newIndex, OverloadList overloadList, int highlightStart, int highlightEnd ) : System
callTipArrow CallTipArrow CallTipArrow clicked
currentIndex int Current posision of the overload list
newIndex int New position of the overload list
overloadList OverloadList List of overloads to be cycled in the calltip
highlightStart int Start position of the highlighted text
highlightEnd int End position of the highlighted text
리턴 System