Table of Contents

Class UiEventInfo

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A Java technology UI event info for fireEvent methods.

public class UiEventInfo : IEventInfo
Inheritance
UiEventInfo
Implements
Inherited Members

Properties

EventArgs

The array of the event arguments.

public object[] EventArgs { get; }

Property Value

object[]

LeanFtEventID

The event ID.

public int LeanFtEventID { get; }

Property Value

int

UiEvent

The type of the event.

public UiEvent UiEvent { get; }

Property Value

UiEvent