menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValidationCompletedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValidationCompletedEventArgs

    Provides information about invalid DataFormItems details in dataform whenExplicit.

    Inheritance
    System.Object
    ValidationCompletedEventArgs
    Namespace: Syncfusion.Android.DataForm
    Assembly: Syncfusion.SfDataForm.Android.dll
    Syntax
    public class ValidationCompletedEventArgs : EventArgs

    Constructors

    ValidationCompletedEventArgs()

    Declaration
    public ValidationCompletedEventArgs()

    Properties

    Errors

    Gets the list of invalid DataFormItems

    Declaration
    public List<DataFormItem> Errors { get; }
    Property Value
    Type
    System.Collections.Generic.List<DataFormItem>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved