SignEventArgs Class
Provides data for the Sign event of a form.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Office.InfoPath.SignEventArgs
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustInherit Class SignEventArgs _
Inherits EventArgs
'Usage
Dim instance As SignEventArgs
public abstract class SignEventArgs : EventArgs
Remarks
The SignEventArgs object passes state information to an event handler for the Sign event. Use the SignedDataBlock property to determine which set of signable data raised the Sign event.
An event handler for the Sign event can run custom code only in a form template with the Full Trust security level.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.