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
Constructors
SignatureChangeEventArgs()
Declaration
public SignatureChangeEventArgs()
Properties
ActionName
Gets or sets the action name of the signature.
Declaration
public string ActionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |