SignEventArgs Class (Microsoft.Office.InfoPath)

Provides data for the Sign event of a form.

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.

Inheritance Hierarchy

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

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.

See Also

Reference

SignEventArgs Members
Microsoft.Office.InfoPath Namespace