Determines whether [has event handler definition] [the specified bo name].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool hasEventHandler(
string sEventHandlerDefName,
string sEventHandlerDefID
)
Public Function hasEventHandler ( _
sEventHandlerDefName As String, _
sEventHandlerDefID As String _
) As Boolean
public:
bool^ hasEventHandler(
String^ sEventHandlerDefName,
String^ sEventHandlerDefID
)
Parameters
- sEventHandlerDefName
- Type: String
Name of the event handler.
- sEventHandlerDefID
- Type: String
The s event handler identifier.
Return Value
true if [has event handler definition] [the specified bo name]; otherwise,
false.