Table of Contents

Delegate ParameterAutoCompleteEventHandler

Namespace
combit.Reporting
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents the method that will handle the event raised when getting parameter auto completion information.

public delegate void ParameterAutoCompleteEventHandler(object sender, ParameterAutoCompleteEventArgs e)

Parameters

sender object

The source of the event.

e ParameterAutoCompleteEventArgs

A ParameterAutoCompleteEventArgs that contains the event data.