Skybound AutoComplete

DeleteEventHandler Delegate

Represents the method that will handle the Delete event of an AutoCompleteManager object.

[Visual Basic]
Public Delegate Sub DeleteEventHandler( _
   ByVal sender As Object, _
   ByVal e As DeleteEventArgs _
)
[C#]
public delegate void DeleteEventHandler(
   object sender,
   DeleteEventArgs e
);

Parameters

sender
The source of the event.
e
A DeleteEventArgs that contains the event data.

Requirements

Namespace: Skybound.AutoComplete

Assembly: Skybound.AutoComplete (in Skybound.AutoComplete.dll)

See Also

Skybound.AutoComplete Namespace