Table of Contents

Class ShowingEventArgs

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

Provides data for the ICodeCompletionProvider.ShowPopup event.

public class ShowingEventArgs : EventArgs
Inheritance
ShowingEventArgs

Constructors

ShowingEventArgs(ICodeCompletionProvider)

Initializes a new instance of the ShowingEventArgs class with specific provider.

Properties

NeedShow

Represents a value indicating whether the popup window needs showing.

Provider

Represents the object that provides data for code completion window.