Delegate ClosePopupEvent
Represents a method that will handle the CodeCompletionProvider.ClosePopup event.
public delegate void ClosePopupEvent(object sender, ClosingEventArgs e)
Parameters
senderobjectThe source of the event.
eClosingEventArgsThe
ClosingEventArgsthat contains the event data.