Table of Contents

Class UiEventInfo

A Java technology UI event info for fireEvent methods.

Inheritance
UiEventInfo
Implements
IEventInfo
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class UiEventInfo : IEventInfo

Properties

EventArgs

The array of the event arguments.

Declaration
public object[] EventArgs { get; }
Property Value
Type Description
object[]

LeanFtEventID

The event ID.

Declaration
public int LeanFtEventID { get; }
Property Value
Type Description
int

UiEvent

The type of the event.

Declaration
public UiEvent UiEvent { get; }
Property Value
Type Description
UiEvent

Implements

IEventInfo