Skip to main content
Version: 3.5

WisejEventArgs

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Default arguments for Wisej events.

public class WisejEventArgs

Constructors

Instance memberWisejEventArgs(target, type, args)

Creates a new instance of WidgetEventArgs.

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

Instance memberWisejEventArgs(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.