Click or drag to resize

ConfigurationEventsManager Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.SequenceConfigurationEventsManager
    LynceeTec.API.SequenceBaseSequenceManager

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntax
public class ConfigurationEventsManager : IDisposable

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
Releases all resources used by the ConfigurationEventsManager
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