DocReturnEvent 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, seeDocReturnEventObject.

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

Properties

ReturnStatus

Gets or sets a value indicating the return status of the OnLoad event and the OnSubmitRequest event.

XDocument

Gets a reference to the XDocument object that is associated with the DocReturnEventObject object during an OnLoad or OnSubmitRequest event.

Applies to