SignEvent Interface

Definition

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSignEventObject.

public interface class SignEvent : Microsoft::Office::Interop::InfoPath::DocReturnEvent
[System.Runtime.InteropServices.Guid("096CD71D-0786-11D1-95FA-0080C78EE3BB")]
public interface SignEvent : Microsoft.Office.Interop.InfoPath.DocReturnEvent
type SignEvent = interface
    interface DocReturnEvent
Public Interface SignEvent
Implements DocReturnEvent
Derived
Attributes
Implements

Properties

ReturnStatus

Gets or sets the return status of the OnSign event.

SignedDataBlock

Gets the set of data which can be signed that triggered the OnSign event.

XDocument

Gets a reference to the XDocument object associated with the OnSign event.

Applies to