Class JavaEventInfo
A Java technology event info to be used by fireEvent methods.
public class JavaEventInfo : IEventInfo
- Inheritance
-
JavaEventInfo
- Implements
- Inherited Members
Properties
ClassName
The name of the Java class representing the event to be activated.
public string ClassName { get; }
Property Value
EventArgs
Any parameters of the event's constructor except the source and EventID.
public object[] EventArgs { get; }
Property Value
- object[]
EventId
The event ID number or the final field string that represents the event ID.
public string EventId { get; }