Blazor

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

    Show / Hide Table of Contents

    Class FormFieldClickArgs

    This event arguments provide the necessary information about form field click event.

    Inheritance
    System.Object
    BaseEventArgs<FormFieldClickArgs>
    FormFieldClickArgs
    Inherited Members
    BaseEventArgs<FormFieldClickArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FormFieldClickArgs : BaseEventArgs<FormFieldClickArgs>

    Constructors

    FormFieldClickArgs()

    Declaration
    public FormFieldClickArgs()

    Properties

    Cancel

    If it is set as true, signature panel does not open for signature field. By default it is false.

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

    Field

    Gets the form field object.

    Declaration
    public FormField Field { get; set; }
    Property Value
    Type Description
    FormField
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved