Delegate ShowPopupEvent
Represents a method that will handle the CodeCompletionProvider.ShowPopup event.
public delegate void ShowPopupEvent(object sender, ShowingEventArgs e)
Parameters
senderobjectThe source of the event.
eShowingEventArgsThe
ShowingEventArgsthat contains the event data.