XmlEvents Members
Include Protected Members
Include Inherited Members
The collection of all XmlEvent events for a form template.
The XmlEvents type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlEvents |
Top
Properties
Name | Description | |
---|---|---|
Item[String] | Gets an XmlEvent from the XmlEvents collection for binding an event handler by specifying the XPath of the underlying XML document node that can raise the event. | |
Item[String, String] | Gets an XmlEvent from the XmlEvents collection for binding an event handler by specifying the XPath of the underlying XML document node that can raise the event and the name of the secondary data source that supplies the data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top