SpreadsheetGear 2017
BackgroundCalculation Property (EndCalculateEventArgs)






SpreadsheetGear Namespace > EndCalculateEventArgs Class : BackgroundCalculation Property
Returns true if the EndCalculate event is being invoked on the background calculation thread, or false if it is being invoked on any other thread.
Syntax
'Declaration
 
Public ReadOnly Property BackgroundCalculation As System.Boolean
'Usage
 
Dim instance As EndCalculateEventArgs
Dim value As System.Boolean
 
value = instance.BackgroundCalculation
public System.bool BackgroundCalculation {get;}
public read-only property BackgroundCalculation: System.Boolean; 
public function get BackgroundCalculation : System.boolean
public: __property System.bool get_BackgroundCalculation();
public:
property System.bool BackgroundCalculation {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EndCalculateEventArgs Class
EndCalculateEventArgs Members