This topic has not yet been rated - Rate this topic

LoadingEventArgs class

This documentation is preliminary and is subject to change.

Provides data for the Loading event.

System.Object
  System.EventArgs
    Microsoft.Office.InfoPath.LoadingEventArgs

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
public abstract class LoadingEventArgs : EventArgs

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.