共用方式為


LoadingEventArgs 類別

提供 Loading 事件的資料。

**命名空間:**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 中的查詢參數。此類別也會提供 SetDefaultView 方法,以指定開啟表單時的預設檢視。

繼承階層

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

執行緒安全

此型別的所有公用靜態 (於 Visual Basic 共用) 成員都是執行緒安全。但並不保證所有執行個體成員為執行緒安全。

請參閱

參考

LoadingEventArgs 成員
Microsoft.Office.InfoPath 命名空間