XmlFormView.Close Event
Handles the close event of a form in a XmlFormView control.
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Event Close As EventHandler
'Usage
Dim instance As XmlFormView
Dim handler As EventHandler
AddHandler instance.Close, handler
public event EventHandler Close
Remarks
This event represents one of four events of the XmlFormView control that allow communication of a form in the control to the Web page in which the control is hosted. Read-only properties of the form can be queried before the form is closed. These properties are available through the XmlForm property of the XmlFormView control.