SignEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the Sign event of a form.
public ref class SignEventArgs abstract : EventArgs
public abstract class SignEventArgs : EventArgs
type SignEventArgs = class
inherit EventArgs
Public MustInherit Class SignEventArgs
Inherits EventArgs
- Inheritance
-
SignEventArgs
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.
Constructors
SignEventArgs() |
Properties
SignatureWizard |
Gets or sets whether to display the Digital Signatures dialog box. |
SignedDataBlock |
Gets the set of signable data that raised the Sign event. |