FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..getFormWidgetEventDetails Method

Gets the form widget event details.

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

Syntax


public DataTable getFormWidgetEventDetails(
	string widgetID,
	string sEventID
)
Public Function getFormWidgetEventDetails ( _
	widgetID As String, _
	sEventID As String _
) As DataTable
public:
DataTable^ getFormWidgetEventDetails(
	String^ widgetID, 
	String^ sEventID
)

Parameters

widgetID
Type: String
The widget identifier.
sEventID
Type: String
The s event identifier.

Return Value

DataTable.