FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..hasFormWidgetEventName Method

Determines whether [has form widget event name] [the specified s form widget event name].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasFormWidgetEventName(
	string sFormWidgetEventName,
	string sFormWidgetID,
	string sFormWidgetEventID
)
Public Function hasFormWidgetEventName ( _
	sFormWidgetEventName As String, _
	sFormWidgetID As String, _
	sFormWidgetEventID As String _
) As Boolean
public:
bool^ hasFormWidgetEventName(
	String^ sFormWidgetEventName, 
	String^ sFormWidgetID, 
	String^ sFormWidgetEventID
)

Parameters

sFormWidgetEventName
Type: String
Name of the s form widget event.
sFormWidgetID
Type: String
The s form widget identifier.
sFormWidgetEventID
Type: String
The s form widget event identifier.

Return Value

true if [has form widget event name] [the specified s form widget event name]; otherwise, false.