FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / ValidateParametersCompleted Event

In This Topic
    ValidateParametersCompleted Event (C1FlexReport)
    In This Topic
    Occurs when the ValidateParametersAsync method has completed.
    Syntax
    'Declaration
     
    Public Event ValidateParametersCompleted As EventHandler(Of ValidateParametersCompletedEventArgs)
    public event EventHandler<ValidateParametersCompletedEventArgs> ValidateParametersCompleted
    Event Data

    The event handler receives an argument of type ValidateParametersCompletedEventArgs containing data related to this event. The following ValidateParametersCompletedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    Gets the list of ParameterValidationError objects describing the errors which occur during checking of parameter values.  
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    See Also