Determines whether [has event subscription] [the specified event name].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function hasEventSubscription ( _
eventName As String, _
eventHandlerName As String _
) As Boolean
public:
bool^ hasEventSubscription(
String^ eventName,
String^ eventHandlerName
)
Parameters
- eventName
- Type: String
Name of the event.
- eventHandlerName
- Type: String
Name of the event handler.
Return Value
true if [has event subscription] [the specified event name]; otherwise,
false.