Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListBoxKeyDownEventArgs

    Show / Hide Table of Contents

    Class ListBoxKeyDownEventArgs

    Provides the event data of the ListBoxItemKeyDown event.

    Inheritance
    System.Object
    ListBoxKeyDownEventArgs
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ListBoxKeyDownEventArgs : Object

    Constructors

    ListBoxKeyDownEventArgs()

    Declaration
    public ListBoxKeyDownEventArgs()

    Properties

    Event

    Gets a value that indicates the KeyboardEventArgs which handles keyboard actions.

    Declaration
    public KeyboardEventArgs Event { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.Web.KeyboardEventArgs

    PreventDefaultAction

    Gets or sets a value that indicates whether to allow or prevent the the default keyboard action.

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

    true if the default keyboard action should be prevented; otherwise, false. The default value is false.

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