LoadingEventArgs class
Office 2013 and later
Provides data for the Loading event.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
The LoadingEventArgs class provides the CancelableArgs property for canceling the event, and the InputParameters property for working with input parameters specified from the command-line, from query parameters in a URL when opening the form from a browser, or when using NewFromFormTemplateWithInputParameters() method of the XmlFormCollection, or the NewFromSolutionWithInputParameters(Object, Object) method of the XDocumentsCollection from external automation. It also provides the SetDefaultView method for specifying the default view when opening the form.
Show: