AutoCompletingHandler
delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
The method signature for handling the event AutoCompleting.
public delegate void AutoCompletingHandler (object sender, ref bool CancelAutoCompletionNow);
Remarks
The second parameter "CancelAutoCompletionNow" takes a boolean value to indicate whether to cancel the automatic auto-completion just-in-time before it is about to perform auto-completion (i.e. if the property AutoComplete has been set to true).