WisejEventArgs
Wisej.Core.WisejEventArgs
Last updated
Wisej.Core.WisejEventArgs
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Default arguments for Wisej events.
Creates a new instance of WidgetEventArgs.
Name | Type | Description |
---|---|---|
target | The target component. | |
type | The event type. | |
args | Event arguments. |
Creates a new instance of WisejEventArgs using the incoming event data.
Name | Type | Description |
---|---|---|
e | The event data received from the client. |
Name | Type | Description |
---|---|---|
Keyboard | Keyboard information. | |
OriginalTarget | Returns the original target of the event. | |
Parameters | Event parameters. | |
Pointer | Pointer information. | |
Role | The "role" attribute of the clicked element. | |
Target | Target component. | |
Type | Event type. |