SignEventArgs.SignedDataBlock property
Office 2013
This documentation is preliminary and is subject to change.
Gets the set of signable data that raised the Sign event.
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
'Declaration Public MustOverride ReadOnly Property SignedDataBlock As SignedDataBlock Get 'Usage Dim instance As SignEventArgs Dim value As SignedDataBlock value = instance.SignedDataBlock
Property value
Type: Microsoft.Office.InfoPath.SignedDataBlockA SignedDataBlock that represents the set of signable data that raised the Sign event.
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.