WisejEventArgs
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
Default arguments for Wisej events.
- C#
- VB.NET
public class WisejEventArgs
Public Class WisejEventArgs
Constructors
WisejEventArgs(target, type, args)
Creates a new instance of WidgetEventArgs.
| Name | Type | Description |
|---|---|---|
| target | IWisejComponent | The target component. |
| type | String | The event type. |
| args | Object | Event arguments. |
WisejEventArgs(e)
Creates a new instance of WisejEventArgs using the incoming event data.
| Name | Type | Description |
|---|---|---|
| e | Object | The event data received from the client. |
Fields
| Name | Type | Description |
|---|---|---|
| Keyboard | KeyboardInfo | Keyboard information. |
| OriginalTarget | IWisejComponent | Returns the original target of the event. |
| Parameters | Object | Event parameters. |
| Pointer | PointerInfo | Pointer information. |
| Role | String | The "role" attribute of the clicked element. |
| Target | IWisejComponent | Target component. |
| Type | String | Event type. |