alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FormFieldFillEventArgs

    This event arguments provides the necessary information about form field fill event.

    Inheritance
    object
    FormFieldFillEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class FormFieldFillEventArgs

    Constructors

    FormFieldFillEventArgs()

    Declaration
    public FormFieldFillEventArgs()

    Properties

    FieldName

    Specifies form field name.

    Declaration
    [JsonPropertyName("fieldName")]
    public string FieldName { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    IsCanceled

    Specifies whether form fill action is canceled or not.

    Declaration
    [JsonPropertyName("isCanceled")]
    public bool IsCanceled { get; set; }
    Property Value
    Type Description
    bool

    true, if the form fill action is canceled. Otherwise, false.

    Value

    Specifies form field value.

    Declaration
    [JsonPropertyName("value")]
    public object Value { get; set; }
    Property Value
    Type Description
    object

    An object representing the value of the form field.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved