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