Accusoft.PdfXpressSdk Namespace > Document Class : ContinueExport Event |
'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
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.
Property | Description |
---|---|
KeepGoing | Gets and sets an indicator if the operation may continue. |