xFormRun.onFormCallback(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void onFormCallback(int taskId, System::String ^ currentSessionLoggableKey, System::String ^ callbackMethodName);
public void onFormCallback (int taskId, string currentSessionLoggableKey, string callbackMethodName);
member this.onFormCallback : int * string * string -> unit
Public Sub onFormCallback (taskId As Integer, currentSessionLoggableKey As String, callbackMethodName As String)
Parameters
- taskId
- Int32
- currentSessionLoggableKey
- String
- callbackMethodName
- String