Table of Contents

Delegate DescriptionLookupEvent

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

Represents a method that will handle the CodeCompletionRepository.DescriptionLookup event.

public delegate void DescriptionLookupEvent(object sender, DescriptionLookupEventArgs e)

Parameters

sender object

The source of the event.

e DescriptionLookupEventArgs

The DescriptionLookupEventArgs that contains the event data.