StatisticsEngineBeforeCalculate Event
Event is raised before statistics calculation.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public static event EventHandler BeforeCalculate
Public Shared Event BeforeCalculate As EventHandler
public:
static event EventHandler^ BeforeCalculate {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
function add_BeforeCalculate(value);
function remove_BeforeCalculate(value);
Value
EventHandler