Click or drag to resize

EventInfosFireEvent Method

Executes the event represented by the instance ID.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public HandleEventArgs FireEvent(
	string eventInstanceID
)

Parameters

eventInstanceID
Type: SystemString
Event parameters.

Return Value

Type: HandleEventArgs
The object returned by the IEventHandler component.
See Also