Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ValidatedEventArgs

    Provides data for Validated event.

    Inheritance
    System.Object
    ValidatedEventArgs
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public class ValidatedEventArgs : EventArgs

    Constructors

    ValidatedEventArgs()

    Declaration
    public ValidatedEventArgs()

    Properties

    ErrorMessage

    Gets a error message of DataFormItem in case of invalid data.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    System.String

    The error message.

    IsValid

    Gets a value indicating whether the dataform item is valid or not.

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean

    true if is valid; otherwise, false.

    PropertyName

    Gets a name of the DataFormItem.

    Declaration
    public string PropertyName { get; }
    Property Value
    Type Description
    System.String

    The name of the property.

    ValidMessage

    Gets a valid message of DataFormItem in case of valid data.

    Declaration
    public string ValidMessage { get; }
    Property Value
    Type Description
    System.String

    The valid message.

    Value

    Gets a value of data field validating.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object

    The value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved