Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValidationCompletedEventArgs

    Show / Hide Table of Contents

    Class ValidationCompletedEventArgs

    Provides information about invalid DataFormItems details in dataform whenExplicit.

    Inheritance
    System.Object
    ValidationCompletedEventArgs
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.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 Description
    System.Collections.Generic.List<DataFormItem>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved