Click or drag to resize
ImportExportExportThis Event DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
When ExportData runs, it raises this event for every system and subject in the set-up data. The caller must handle this event, which passes a ShouldItemBeExportedArgs object. The caller should examine the read-only properties on this and set the ExportItem property on it to indicate whether this item should be exported.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public event ImportExportExportThisEventHandler ExportThis

Value

Type: DataPAClientConfigImportExportExportThisEventHandler
Remarks