combit List & Label 30 - .NET Help
combit.Reporting Namespace / CheckFunctionSyntaxHandler Delegate


CheckFunctionSyntaxHandler Delegate

You can check the syntax with CheckFunctionSyntax. Here, you can check the data type of parameters and make sure that the parameters are, for instance, placed in a specific range.

Syntax
'Declaration
 
Public Delegate Sub CheckFunctionSyntaxHandler( _
   ByVal sender As Object, _
   ByVal e As CheckFunctionSyntaxEventArgs _
) 
 

Parameters

sender
e
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also