menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentEditorKeyDownEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentEditorKeyDownEventArgs

    This event arguments provides the necessary information about key down event.

    Inheritance
    System.Object
    DocumentEditorKeyDownEventArgs
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class DocumentEditorKeyDownEventArgs : Object

    Constructors

    DocumentEditorKeyDownEventArgs()

    Declaration
    public DocumentEditorKeyDownEventArgs()

    Properties

    Event

    Key down event argument.

    Declaration
    public object Event { get; set; }
    Property Value
    Type Description
    System.Object

    An object representing the key down event argument.

    IsHandled

    Specifies whether the event is handled or not.

    Declaration
    public bool IsHandled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the event is handled. Otherwise, false.

    Methods

    Equals(DocumentEditorKeyDownEventArgs)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(DocumentEditorKeyDownEventArgs documentEditorKeyDownEventArgs)
    Parameters
    Type Name Description
    DocumentEditorKeyDownEventArgs documentEditorKeyDownEventArgs

    An DocumentEditorKeyDownEventArgs to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

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