Edit

Share via


SignEventArgs Class

Definition

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.

Applies to