FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / OnValidateParametersCompleted Method

In This Topic
    OnValidateParametersCompleted Method (C1FlexReport)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnValidateParametersCompleted( _
       ByVal errors As List(Of ParameterValidationError), _
       ByVal exception As Exception _
    ) 
    protected virtual void OnValidateParametersCompleted( 
       List<ParameterValidationError> errors,
       Exception exception
    )

    Parameters

    errors
    exception
    See Also