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
senderobjectThe source of the event.
eCheckFunctionSyntaxEventArgsA CheckFunctionSyntaxEventArgs that contains the event data.