Determines whether [has event definition exits] [the specified event category].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function hasEventDefinitionExits ( _
eventCategory As String, _
eventName As String _
) As Boolean
public:
bool^ hasEventDefinitionExits(
String^ eventCategory,
String^ eventName
)
Parameters
- eventCategory
- Type: String
The event category.
- eventName
- Type: String
Name of the event.
Return Value
true if [has event definition exits] [the specified event category]; otherwise,
false.