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.1.23514.0 , built 2023-11-07 12:21:53 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 methodDispose
Releases 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