共用方式為


SignEventArgs 類別

會提供表單之 Sign 事件的資料。

**命名空間:**Microsoft.Office.InfoPath
**組件:**Microsoft.Office.InfoPath (於 microsoft.office.infopath.dll 中)

語法

'宣告
Public MustInherit Class SignEventArgs
    Inherits EventArgs
'用途
Dim instance As SignEventArgs
public abstract class SignEventArgs : EventArgs

備註

SignEventArgs 物件會將狀態資訊傳遞至 Sign 事件的事件處理常式。請使用 SignedDataBlock 屬性,判斷是哪一組可簽署的資料集引發了 Sign 事件。

只有在具有「完全信任」安全性層級的表單範本中,Sign 事件的事件處理常式才能夠執行自訂程式碼。

繼承階層

System.Object
   System.EventArgs
    Microsoft.Office.InfoPath.SignEventArgs

執行緒安全

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

請參閱

參考

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