Accusoft.ImagXpressSdk Namespace > ImagXpress Class : ImageStatusEvent Event |
'Declaration Public Event ImageStatusEvent As ImagXpress.ImageStatusEventHandler
'Usage Dim instance As ImagXpress Dim handler As ImagXpress.ImageStatusEventHandler AddHandler instance.ImageStatusEvent, handler
public event ImagXpress.ImageStatusEventHandler ImageStatusEvent
public: __event ImagXpress.ImageStatusEventHandler* ImageStatusEvent
public: event ImagXpress.ImageStatusEventHandler^ ImageStatusEvent
The event handler receives an argument of type ImageStatusEventArgs containing data related to this event. The following ImageStatusEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Image | Gets the image for the event. |
Operation | Gets the current image operation. |
Status | Gets the status of the current image. |
This event replaces the static ImageStatusEvent that was in the ImageX class.