Click or drag to resize

ConfigurationEventsManager Methods

The ConfigurationEventsManager type exposes the following members.

Methods
  NameDescription
Public methodDeregisterConfigurationMemberModification
Deregister a function registered to the specified member.
Public methodDeregisterConfigurationModification
Deregister a registered function.
Public methodDispose
Public methodRegisterConfigurationModification(ConfigurationEventsManagerConfigurationDelegate)
Register a function that will be executed when any configuration property is modified.
Public methodRegisterConfigurationModification(MemberInfo, ConfigurationEventsManagerConfigurationDelegate)
Register a function that will be executed when the specified member is modified.
Top
See Also