This topic has not yet been rated - Rate this topic

LoadingEventArgs Class (Microsoft.Office.InfoPath)

Provides data for the Loading event.

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 cancelling the event, and the InputParameters property for working with any input parameters specified from the command-line or using query parameters in a URL when opening the form. It also provides the SetDefaultView method for specifying the default view when opening the form.

System.Object
   System.EventArgs
    Microsoft.Office.InfoPath.LoadingEventArgs
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.