Table of Contents

Delegate CheckFunctionSyntaxEventHandler

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

Represents the method that will handle the event raised when checking the syntax of a function.

public delegate void CheckFunctionSyntaxEventHandler(object sender, CheckFunctionSyntaxEventArgs e)

Parameters

sender object

The source of the event.

e CheckFunctionSyntaxEventArgs

A CheckFunctionSyntaxEventArgs that contains the event data.