NotInListHandler
delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
Event handler signature for handling NotInList event.
public delegate void NotInListHandler(object sender, string UserText);
Remarks
The "UserText" parameter will contain the currently typed text by the user.