DataPA Enterprise Dashboard Controls API Reference
When ExportData runs, it raises the ExportThis event for every system and subject in the set-up data. The caller must handle said event, which passes an instance of this class. The caller should examine the read-only properties an set the ExportItem property 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

C#
public class ShouldItemBeExportedArgs : EventArgs
Visual Basic
Public Class ShouldItemBeExportedArgs
	Inherits EventArgs
Visual C++
public ref class ShouldItemBeExportedArgs : public EventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DataPAClientConfig..::..ShouldItemBeExportedArgs

See Also