alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class CommandExecutedEventArgs

    Represents the event arguments for the command, including the Action Name and associated key gesture.

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

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