Table of Contents

Class TradeStatsViewModelBase

Namespace
Balsam.Reporting
Assembly
Balsam.Reporting.dll

Wraps a TradeStats object for databinding to the view. Inherit from this class for custom view models.

public class TradeStatsViewModelBase : INotifyPropertyChanged
Inheritance
TradeStatsViewModelBase
Implements
Derived
Inherited Members
Extension Methods

Properties

TradeStats

Gets/sets the object used to encapsulate trade statistics to be reported.

public object TradeStats { get; set; }

Property Value

object

Methods

OnPropertyChanged(string)

Called when a property is changed. Override this method to support custom calculations.

protected virtual void OnPropertyChanged(string propertyName = null)

Parameters

propertyName string

Events

PropertyChanged

Raises a notification when a property is changed.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler