# WisejEventArgs.KeyboardInfo

Namespace: **Wisej.Core**

Assembly: **Wisej.Framework** (4.0.0.0)

Keyboard informs from the event.

{% tabs %}
{% tab title="C#" %}

```csharp
public struct KeyboardInfo : ValueType
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Structure KeyboardInfo
    Implements ValueType
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) IsEmpty

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): Indicates whether the KeyboardInfo properties have been initialize or not.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) KeyCode

[Keys](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.keys): Pressed key.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) KeyData

[Keys](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.keys): Pressed key with modifier.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) KeyValue

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Raw pressed key code.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) LockKeys

[Keys](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.keys): Keyboard lock keys.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Modifiers

[Keys](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.keys): Keyboard modifiers.
