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


In This Topic
    CheckFunctionSyntaxHandler Delegate
    In This Topic

    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 _
    ) 
    public delegate void CheckFunctionSyntaxHandler( 
       object sender,
       CheckFunctionSyntaxEventArgs e
    )
    public delegate void CheckFunctionSyntaxHandler( 
       Object^ sender,
       CheckFunctionSyntaxEventArgs^ e
    )

    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 7, .NET 8

    See Also