Class UiEventInfo
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
UiEvent
The type of the event.
public UiEvent UiEvent { get; }