Skip to content

OSImportStateChangedEventHandler Delegate

This delegate defines the ImportStateChanged event exposed by the OSImport 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 OSImportStateChangedEventHandler(
    OSImport sender,
    ProcessingState processingState
)

VB

Public Delegate Sub OSImportStateChangedEventHandler ( 
    sender As OSImport,
    processingState As ProcessingState
)

Parameters

 

sender
Type: Citrix.SDK.AppDNA.OSImport
The OSImport object that raised the event.
processingState
Type: Citrix.SDK.AppDNA.ProcessingState
The ProcessingState object that contains the state of the import.

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?