Wisej.Core.WisejEventArgs KeyboardInfo
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Keyboard informs from the event.
Boolean: Indicates whether the KeyboardInfo properties have been initialize or not.
Keys: Pressed key.
Keys: Pressed key with modifier.
Int32: Raw pressed key code.
Keys: Keyboard lock keys.
Keys: Keyboard modifiers.
Wisej.Core.WisejEventArgs
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Default arguments for Wisej events.
Creates a new instance of WidgetEventArgs.
Name | Type | Description |
---|---|---|
Creates a new instance of WisejEventArgs using the incoming event data.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
target
The target component.
type
The event type.
args
Event arguments.
e
The event data received from the client.
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.
Wisej.Core.WisejEventArgs PointerInfo
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Pointer information from the event.
MouseButtons: Mouse button.
Boolean: Indicates whether the PointerInfo properties have been initialize or not.
Point: Pointer location.
Keys: Keyboard modifiers.
Int32: Wheel delta.