Constructor ClosingEventArgs
ClosingEventArgs(bool, ICodeCompletionProvider)
Initializes a new instance of the ClosingEventArgs class with the specific parameters.
public ClosingEventArgs(bool accepted, ICodeCompletionProvider provider)
Parameters
acceptedboolThe boolean value that specifies whether the popup window input is accepted.
providerICodeCompletionProviderSpecifies the object that provides data for code completion.