Click or drag to resize

IConfigChanged Interface

Represents a class that responds to a detected configuration change.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IConfigChanged

The IConfigChanged type exposes the following members.

Methods
  NameDescription
Public methodConfigChanged
Called by the low level emulator to indicate a configuration change.
Top
See Also