C# Класс Nexus.UI.Controls.AutoCompleteListEventArgs

The event arguments for events that allow extending the code completion list.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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