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: 9.2.6612.0 , built 2022-07-14 10:47:23 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 methodRegisterConfigurationMemberModification
Register a function that will be executed when the specified member is modified.
Public methodRegisterConfigurationModification
Register a function that will be executed when any configuration member is modified.
Top
See Also