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