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 |
---|
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 |
|