Edit

Share via


SignEventArgs.SignedDataBlock Property

Definition

Gets the set of signable data that raised the Sign event.

public:
 abstract property Microsoft::Office::InfoPath::SignedDataBlock ^ SignedDataBlock { Microsoft::Office::InfoPath::SignedDataBlock ^ get(); };
public abstract Microsoft.Office.InfoPath.SignedDataBlock SignedDataBlock { get; }
member this.SignedDataBlock : Microsoft.Office.InfoPath.SignedDataBlock
Public MustOverride ReadOnly Property SignedDataBlock As SignedDataBlock

Property Value

A SignedDataBlock that represents the set of signable data that raised the Sign event.

Remarks

The SignedDataBlock object returned by the SignedDataBlock property provides a number of properties and the Sign() method that can be used to programmatically interact with a set of data which can be signed.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Applies to