Accusoft.PdfXpress7.Net
ContinueExport Event




Called to interrupt an export operation.
Syntax
'Declaration
 
Public Event ContinueExport As ContinueEventHandler
'Usage
 
Dim instance As Document
Dim handler As ContinueEventHandler
 
AddHandler instance.ContinueExport, handler
public event ContinueEventHandler ContinueExport
public: __event ContinueEventHandler* ContinueExport
public:
event ContinueEventHandler^ ContinueExport
Event Data

The event handler receives an argument of type ContinueEventArgs containing data related to this event. The following ContinueEventArgs properties provide information specific to this event.

PropertyDescription
KeepGoingGets and sets an indicator if the operation may continue.  
See Also

Reference

Document Class
Document Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback