Skybound AutoComplete

AutoCompleteManager.OnDelete Method 

Raises the Delete event.

[Visual Basic]
Overridable Protected Friend Sub OnDelete( _
   ByVal e As DeleteEventArgs _
)
[C#]
protected internal virtual void OnDelete(
   DeleteEventArgs e
);

Parameters

e
The data for the event.

See Also

AutoCompleteManager Class | Skybound.AutoComplete Namespace