C# 클래스 Nexus.UI.Controls.AutoCompleteListEventArgs

The event arguments for events that allow extending the code completion list.
상속: System.EventArgs
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
AutoCompleteListEventArgs ( List p_lstAutoCompleteList, string p_strElementPath, string p_strSiblings, AutoCompleteType p_actType, string p_strLastWord ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

AutoCompleteListEventArgs() 공개 메소드

A simple constructor that initializes the object with the given values.
public AutoCompleteListEventArgs ( List p_lstAutoCompleteList, string p_strElementPath, string p_strSiblings, AutoCompleteType p_actType, string p_strLastWord ) : System
p_lstAutoCompleteList List The list of code completions.
p_strElementPath string The path to the current element in the XML.
p_strSiblings string The siblings of the current XML object being completed.
p_actType AutoCompleteType The type of object being completed.
p_strLastWord string The word that has been entered thus far for the autocompletion string.
리턴 System