Class JoeScan::Pinchot::ScanSyncUpdateEvent¶
ClassList > JoeScan > Pinchot > ScanSyncUpdateEvent
Event args passed to the ScanSystem.ScanSyncUpdateEvent event.
Inherits the following classes: EventArgs
Public Properties¶
| Type | Name |
|---|---|
| ScanSyncData | Data Data from the ScanSync update. |
| List< ScanSyncData > | ScanSyncs Data from the ScanSync update. |
Public Properties Documentation¶
Data¶
Data from the ScanSync update.
ScanSyncData Data;
ScanSyncs¶
Data from the ScanSync update.
List<ScanSyncData> ScanSyncs;