alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SignatureChangeEventArgs

    Provides information about the Changed event callback.

    Inheritance
    object
    SignatureChangeEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SignatureChangeEventArgs
    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
    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.

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