Skip to main content
All docs
V23.2

TextEditCustomizeAutoCompleteSourceEventArgs(Int32, Int32, String, String) Constructor

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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