DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public event Application..::..SetupChangeEventHandler SetupChange
Visual Basic
Public Event SetupChange As Application..::..SetupChangeEventHandler
Visual C++
public:
 event Application..::..SetupChangeEventHandler^ SetupChange {
	void add (Application..::..SetupChangeEventHandler^ value);
	void remove (Application..::..SetupChangeEventHandler^ value);
}

Value

Type: RunDataPA..::..Application..::..SetupChangeEventHandler

See Also