Table of Contents

Delegate ShowPopupEvent

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

Represents a method that will handle the CodeCompletionProvider.ShowPopup event.

public delegate void ShowPopupEvent(object sender, ShowingEventArgs e)

Parameters

sender object

The source of the event.

e ShowingEventArgs

The ShowingEventArgs that contains the event data.