Class CommandExecutedEventArgs
Represents the event arguments for the command, including the Action Name and associated key gesture.
Inheritance
System.Object
CommandExecutedEventArgs
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class CommandExecutedEventArgs : Object
Remarks
This class represents the event arguments for the command, including the Action Name and associated key gesture.
Constructors
CommandExecutedEventArgs()
Declaration
public CommandExecutedEventArgs()
Properties
ActionName
Represents the Name of the Action to be performed.
Declaration
public string ActionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Action Name |
Key
Represents the PDF key commonly used in Pdf-related operations.
Declaration
public PdfKeys Key { get; set; }
Property Value
Type | Description |
---|---|
PdfKeys | Enum value represents PdfKeys |
Modifiers
Represents the enumeration value for the modifier key used in keyboard combinations in the PDF Viewer.
Declaration
public PdfModifierKeys Modifiers { get; set; }
Property Value
Type | Description |
---|---|
PdfModifierKeys | Enum value represents PdfModifierKeys |