Skip to main content
Version: 4.1

WisejEventArgs

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

Default arguments for Wisej events.

public class WisejEventArgs

Constructors​

Instance member WisejEventArgs(target, type, args)​

Creates a new instance of WidgetEventArgs.

NameTypeDescription
targetIWisejComponentThe target component.
typeStringThe event type.
argsObjectEvent arguments.

Instance member WisejEventArgs(e)​

Creates a new instance of WisejEventArgs using the incoming event data.

NameTypeDescription
eObjectThe event data received from the client.

Fields​

NameTypeDescription
KeyboardKeyboardInfoKeyboard information.
OriginalTargetIWisejComponentReturns the original target of the event.
ParametersObjectEvent parameters.
PointerPointerInfoPointer information.
RoleStringThe "role" attribute of the clicked element.
TargetIWisejComponentTarget component.
TypeStringEvent type.