LoadingEventArgs 类

Loading 事件提供数据。

继承层次结构

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

命名空间:  Microsoft.Office.InfoPath
程序集:  Microsoft.Office.InfoPath(位于 Microsoft.Office.InfoPath.dll 中)

语法

声明
Public MustInherit Class LoadingEventArgs _
    Inherits EventArgs
用法
Dim instance As LoadingEventArgs
public abstract class LoadingEventArgs : EventArgs

备注

LoadingEventArgs 类提供 CancelableArgs 属性和 InputParameters 属性,前者用于取消事件,后者用于处理在以下情况下从命令行指定的或者使用 URL 中的查询参数指定的输入参数:在从浏览器中打开表单时,在使用 XmlFormCollectionNewFromFormTemplateWithInputParameters() 方法时,或者在使用来自外部自动化的 XDocumentsCollectionNewFromSolutionWithInputParameters(Object, Object) 方法时。它还提供了 SetDefaultView 方法,以指定打开表单时的默认视图。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

LoadingEventArgs 成员

Microsoft.Office.InfoPath 命名空间