SignEventArgs.SignedDataBlock Property

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

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SignedDataBlock As SignedDataBlock
    Get
'Usage
Dim instance As SignEventArgs
Dim value As SignedDataBlock

value = instance.SignedDataBlock
public abstract SignedDataBlock SignedDataBlock { get; }

Property Value

Type: Microsoft.Office.InfoPath.SignedDataBlock
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.

See Also

Reference

SignEventArgs Class

SignEventArgs Members

Microsoft.Office.InfoPath Namespace