C# 클래스 ARCed.Scintilla.AutoCompleteAcceptedEventArgs

Provides data for the AutoCompleteAccepted event
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
AutoCompleteAcceptedEventArgs ( string text ) : System

Initializes a new instance of the AutoCompleteAcceptedEventArgs class.

비공개 메소드들

메소드 설명
AutoCompleteAcceptedEventArgs ( SCNotification eventSource, Encoding encoding ) : System

메소드 상세

AutoCompleteAcceptedEventArgs() 공개 메소드

Initializes a new instance of the AutoCompleteAcceptedEventArgs class.
public AutoCompleteAcceptedEventArgs ( string text ) : System
text string Text of the selected autocomplete entry selected
리턴 System