MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormValidateFormEventArgs

    Show / Hide Table of Contents

    Class DataFormValidateFormEventArgs

    Provides data for ValidateForm event.

    Inheritance
    System.Object
    DataFormValidateFormEventArgs
    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public class DataFormValidateFormEventArgs : EventArgs
    Remarks

    ValidateForm event occurs on Manual and Manual.

    Constructors

    DataFormValidateFormEventArgs()

    Declaration
    public DataFormValidateFormEventArgs()

    Properties

    DataObject

    Gets the DataObject.

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

    ErrorMessage

    Gets the list of invalid fields with error message.

    Declaration
    public ReadOnlyDictionary<string, string> ErrorMessage { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyDictionary<System.String, System.String>

    NewValues

    Gets the list of property values.

    Declaration
    public ReadOnlyDictionary<string, object> NewValues { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyDictionary<System.String, System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved