MergeEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the Merge event.
The MergeEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MergeEventArgs |
Top
Properties
Name | Description | |
---|---|---|
CancelableArgs | Gets a reference to the XmlFormCancelEventArgs object. | |
Count | Gets the count of the number of forms being merged in a merging operation. | |
Index | Gets the zero-based index of the form that is currently being merged. | |
Rollback | Gets or sets a value that is used with the Cancel property to determine whether to cancel only the current form or the entire merging operation. | |
Xml | Gets an XPathNavigator object positioned at the root node of the underlying XML document of the form that is currently being merged. |
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