ConfigurationNodeMovedEventArgs Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The ConfigurationNodeMovedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationNodeMovedEventArgs |
Initializes a new instance of the ConfigurationNodeChangedEventArgs class the node it was performed upon, the parent node, the old index and new index.
|
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.) |
Properties
Name | Description | |
---|---|---|
NewIndex |
Gets the new index of the node being moved.
|
|
Node |
Gets the ConfigurationNode for the action.
(Inherited from ConfigurationNodeChangedEventArgs.) |
|
OldIndex |
Gets the old index of the node being moved.
|
|
ParentNode |
Gets the parent node of the object.
(Inherited from ConfigurationNodeChangedEventArgs.) |
See Also
ConfigurationNodeMovedEventArgs Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |