FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..updateFormWidgetEvent Method

Updates the form widget event.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.