ParentNodeNotification Enumeration
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. |
Determines if a child node should notify it's parent when an event occurs.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)
Syntax
'Declaration
PublicEnumerationParentNodeNotification
publicenumParentNodeNotification
publicenum classParentNodeNotification
publicenum ParentNodeNotification
Members
Member name | Value | Description | |
---|---|---|---|
Notify | 0 | Notify the parent. | |
DoNotNotify | 1 | Do not notify the parent. |
See Also
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. |