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
ImageGets the image for the event.  
OperationGets the current image operation.  
StatusGets 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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback