dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
DomKeyboardEvent Class
Represents the native keyboard event in the DOM.
public record DomKeyboardEvent : dymaptic.GeoBlazor.Core.Events.IDomUiEvent, System.IEquatable<dymaptic.GeoBlazor.Core.Events.DomKeyboardEvent>
Inheritance System.Object 🡒 DomKeyboardEvent
Implements IDomUiEvent, System.IEquatable<DomKeyboardEvent>
Constructors
DomKeyboardEvent(bool, int, string, bool, bool, string, int, int, bool, bool, bool) Constructor
Represents the native keyboard event in the DOM.
public DomKeyboardEvent(bool AltKey, int CharCode, string Code, bool CtrlKey, bool IsComposing, string Key, int KeyCode, int Location, bool MetaKey, bool Repeat, bool ShiftKey);
Parameters
AltKey System.Boolean
CharCode System.Int32
Code System.String
CtrlKey System.Boolean
IsComposing System.Boolean
Key System.String
KeyCode System.Int32
Location System.Int32
MetaKey System.Boolean
Repeat System.Boolean
ShiftKey System.Boolean
Properties
DomKeyboardEvent.AltKey Property
public bool AltKey { get; init; }
Property Value
DomKeyboardEvent.CharCode Property
public int CharCode { get; init; }
Property Value
DomKeyboardEvent.Code Property
public string Code { get; init; }
Property Value
DomKeyboardEvent.CtrlKey Property
public bool CtrlKey { get; init; }
Property Value
DomKeyboardEvent.IsComposing Property
public bool IsComposing { get; init; }
Property Value
DomKeyboardEvent.Key Property
public string Key { get; init; }
Property Value
DomKeyboardEvent.KeyCode Property
public int KeyCode { get; init; }
Property Value
DomKeyboardEvent.Location Property
public int Location { get; init; }
Property Value
DomKeyboardEvent.MetaKey Property
public bool MetaKey { get; init; }
Property Value
DomKeyboardEvent.Repeat Property
public bool Repeat { get; init; }
Property Value
DomKeyboardEvent.ShiftKey Property
public bool ShiftKey { get; init; }