DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public event SystemStructure..::..StructureFetchStartedEventHandler StructureFetchStarted
Visual Basic
Public Event StructureFetchStarted As SystemStructure..::..StructureFetchStartedEventHandler
Visual C++
public:
 event SystemStructure..::..StructureFetchStartedEventHandler^ StructureFetchStarted {
	void add (SystemStructure..::..StructureFetchStartedEventHandler^ value);
	void remove (SystemStructure..::..StructureFetchStartedEventHandler^ value);
}

Value

Type: DataPAClientConfig..::..SystemStructure..::..StructureFetchStartedEventHandler

See Also