Accusoft.FSInvoices1.Net - Updated
CancelProcessing Property




Accusoft.FSInvoices Namespace > ProcessingEventArgs Class : CancelProcessing Property
Gets and sets the flag that cancels processing.
Syntax
'Declaration
 
Public Property CancelProcessing As Boolean
'Usage
 
Dim instance As ProcessingEventArgs
Dim value As Boolean
 
instance.CancelProcessing = value
 
value = instance.CancelProcessing
public bool CancelProcessing {get; set;}
public: __property bool get_CancelProcessing();
public: __property void set_CancelProcessing( 
   bool value
);
public:
property bool CancelProcessing {
   bool get();
   void set (    bool value);
}
Remarks
If set to true, all current results will be discarded.
See Also

Reference

ProcessingEventArgs Class
ProcessingEventArgs Members