POLS

TrackerEventHandler Delegate

TrackerEventHandler delegates handle new Estimates generated by the Tracker

public delegate void TrackerEventHandler(
   object sender,
   TrackerEventArgs args
);

Parameters

sender
the Tracker object
args
Contains the latest Estimate and Measurement used to generate that Estimate

Requirements

Namespace: POLS.Core

Assembly: POLS.SharedLib (in POLS.SharedLib.dll)

See Also

POLS.Core Namespace