Table of Contents

Constructor ClosingEventArgs

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

ClosingEventArgs(bool, ICodeCompletionProvider)

Initializes a new instance of the ClosingEventArgs class with the specific parameters.

public ClosingEventArgs(bool accepted, ICodeCompletionProvider provider)

Parameters

accepted bool

The boolean value that specifies whether the popup window input is accepted.

provider ICodeCompletionProvider

Specifies the object that provides data for code completion.