Accusoft.ImagXpress13.Net
ImageStatusEvent Event




Thrown when the event handler receives data from ImageStatusEventArgs.
Syntax
'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
Event Data

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.

PropertyDescription
Image Gets the image for the event.
Operation Gets the current image operation.
Status Gets the status of the current image.
Remarks

This event replaces the static ImageStatusEvent that was in the ImageX class.

See Also

Reference

ImagXpress Class
ImagXpress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback