Skip to main content
All docs
V20.2

AutoCompleteColumnTextChangedEventHandler Delegate

A method that handles the AutoCompleteColumn.TextChanged event.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public delegate void AutoCompleteColumnTextChangedEventHandler(
    object sender,
    AutoCompleteColumnTextChangedEventArgs e
);

Parameters

Name Type Description
sender Object

The source of the event.

e AutoCompleteColumnTextChangedEventArgs

An object that contains event data.

See Also