Version

Typical Event

Handle this event in order to perform a custom typical price calculation.
Syntax
'Declaration
 
Public Event Typical As FinancialEventHandler
public event FinancialEventHandler Typical
Event Data

The event handler receives an argument of type FinancialEventArgs containing data related to this event. The following FinancialEventArgs properties provide information specific to this event.

PropertyDescription
BasedOn Used to specify which columns changing will invalidate the series and cause it to be recalculated.
Count The number of positions that should be calculated from the start.
DataSource The data to use for the calculation.
Position The beginning position that should be calculated from.
SupportingCalculations The supporting calculations to use in the calculation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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