FileImportStateChangedEventHandler Delegate¶
This delegate defines the FileImportStateChanged event exposed by the Import class.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public delegate void FileImportStateChangedEventHandler( Import sender, IImportDetails importDetails, ProcessingState processingState )
VB¶
Public Delegate Sub FileImportStateChangedEventHandler ( sender As Import, importDetails As IImportDetails, processingState As ProcessingState )
Parameters¶
- sender
- Type: Citrix.SDK.AppDNA.Import
The Import object that raised the event. - importDetails
- Type: Citrix.SDK.AppDNA.IImportDetails
The IImportDetails that the ProcessingState is associated with. - processingState
- Type: Citrix.SDK.AppDNA.ProcessingState
The ProcessingState object that contains the state of the import defined by importDetails.