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