alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SignatureChangeEventArgs

    Provides information about the Changed event callback.

    Inheritance
    System.Object
    SignatureChangeEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SignatureChangeEventArgs : Object
    Remarks

    This class contains information about the specific action that triggered the change event in the signature component.

    Constructors

    SignatureChangeEventArgs()

    Declaration
    public SignatureChangeEventArgs()

    Properties

    ActionName

    Gets or sets the name of the action that triggered the change event.

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

    A string representing the action name such as "StrokeUpdate", "Clear", "Undo", or "Redo". The default value is null.

    Remarks

    This property indicates the specific operation that caused the signature change, allowing event handlers to respond appropriately to different types of user interactions.

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