Skip to main content
A newer version of this page is available. .
All docs
V22.1

TextEditCustomizeAutoCompleteSourceEventArgs(Int32, Int32, String, String) Constructor

Initializes a new instance of the TextEditCustomizeAutoCompleteSourceEventArgs class with specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TextEditCustomizeAutoCompleteSourceEventArgs(
    int lineIndex,
    int charIndex,
    string lineText,
    string editingWord
)

Parameters

Name Type
lineIndex Int32
charIndex Int32
lineText String
editingWord String
See Also