clsModGlobal..::..generateFormEvent Method
Generates the form event.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static void generateFormEvent( deUserSession oUserSession, apiFormEvents oEvent, Hashtable oEventParms, string eventSource, eventPriority oEventPriority )
Public Shared Sub generateFormEvent ( _ oUserSession As deUserSession, _ oEvent As apiFormEvents, _ oEventParms As Hashtable, _ eventSource As String, _ oEventPriority As eventPriority _ )
public: static void generateFormEvent( deUserSession^ oUserSession, apiFormEvents^ oEvent, Hashtable^ oEventParms, String^ eventSource, eventPriority^ oEventPriority )
Parameters
- oUserSession
- Type: deUserSession
The o user session.
- oEvent
- Type: FlowWright.cDevDeAPI..::..apiFormEvents
The o event.
- oEventParms
- Type: Hashtable
The o event parms.
- eventSource
- Type: String
The event source.
- oEventPriority
- Type: FlowWright.cDevDeAPI..::..eventPriority
The o event priority.