Click or drag to resize

EventInfo Constructor

Initializes a new instance of the object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EventInfo(
	string id,
	string name,
	string commandID,
	EventInfoAttrs attrs,
	ComponentInfo componentInfo
)

Parameters

id
Type: SystemString
The event_info_id.
name
Type: SystemString
The event_info_nm
commandID
Type: SystemString
The command associated with this event.
attrs
Type: NetQuarryEventInfoAttrs
Attributes
componentInfo
Type: NetQuarryComponentInfo
The component associated with this object.
See Also