This topic has not yet been rated - Rate this topic

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)
public abstract class SignEventArgs : EventArgs

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.

System.Object
   System.EventArgs
    Microsoft.Office.InfoPath.SignEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.