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
)
Public Function FireEvent (
eventInstanceID As String
) As HandleEventArgs
Parameters
- eventInstanceID
- Type: SystemString
Event parameters.
Return Value
Type:
HandleEventArgsThe object returned by the IEventHandler component.
See Also