Hi Reza,
Thank you for your interest in Syncfusion Products.
Please find the following code snippets that selects the newly added item from the Autocomplete control.
void autoComplete1_AutoCompleteItemSelected(object sender,
Syncfusion.Windows.Forms.Tools.AutoCompleteItemEventArgs args)
{
Console.WriteLine(args.SelectedValue);
Console.WriteLine(this.textBox1.Text);
}
Please find a simple sample in the following link:
http://websamples.syncfusion.com/samples/Tools.Windows/F73221/main.htmIf I have misunderstood your requirement, could you please explain me in detail so that I could work out in depth and provide you a better solution?
Please let me know if any concerns.
Regards,
Fathima