DataPA Enterprise Dashboard Controls API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public event SystemStructure..::..StructureFetchCompletedEventHandler StructureFetchCompleted |
Visual Basic |
---|
Public Event StructureFetchCompleted As SystemStructure..::..StructureFetchCompletedEventHandler |
Visual C++ |
---|
public:
event SystemStructure..::..StructureFetchCompletedEventHandler^ StructureFetchCompleted {
void add (SystemStructure..::..StructureFetchCompletedEventHandler^ value);
void remove (SystemStructure..::..StructureFetchCompletedEventHandler^ value);
} |
Value
Type:
DataPAClientConfig..::..SystemStructure..::..StructureFetchCompletedEventHandlerSee Also