FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..getFormWidgetEventIDByName Method

Gets the name of the form widget event identifier by.

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

Syntax


public string getFormWidgetEventIDByName(
	string sFormWidgetID,
	string sFormWidgetEventName
)
Public Function getFormWidgetEventIDByName ( _
	sFormWidgetID As String, _
	sFormWidgetEventName As String _
) As String
public:
String^ getFormWidgetEventIDByName(
	String^ sFormWidgetID, 
	String^ sFormWidgetEventName
)

Parameters

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

Return Value

System.String.