Click or drag to resize
SetupManagerSetupChanged Event DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event raised each time any of the setup tables are changed.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event SetupManagerSetupChangedEventHandler SetupChanged

Value

Type: DataPA.Utils.QueryEngineSetupManagerSetupChangedEventHandler
Remarks
Unless there is a good reason, use the setup changed event on the parent ClientConfig object, as this will combine several events into one.
See Also