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 |
Remarks
This property indicates the specific operation that caused the signature change, allowing event handlers to respond appropriately to different types of user interactions.