Method | Description | |
---|---|---|
AutoCompleteListEventArgs ( List |
A simple constructor that initializes the object with the given values.
|
public AutoCompleteListEventArgs ( List |
||
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. |
return | System |