Click or drag to resize

ConfigurationEventsManager Class

Class for configurations modification events management.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.SequenceConfigurationEventsManager
    LynceeTec.API.SequenceBaseSequenceManager

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public class ConfigurationEventsManager : IDisposable

The ConfigurationEventsManager type exposes the following members.

Methods
 NameDescription
Public methodDeregisterConfigurationMemberModifiedEvent Deregister a function registered to the specified member.
Public methodDeregisterConfigurationModifiedEvent Deregister a registered function.
Public methodDisposeReleases all resources used by the ConfigurationEventsManager
Public methodRegisterConfigurationMemberModifiedEvent Register a function that will be executed when the specified member is modified.
Public methodRegisterConfigurationModifiedEvent Register a function that will be executed when any configuration member is modified.
Top
See Also