CursorPosChanged.cs 285 B

12345678910
  1. namespace IndexFormula.Finance.Win
  2. {
  3. using IndexFormula.Finance;
  4. using IndexFormula.Finance.DataProvider;
  5. using System;
  6. using System.Runtime.CompilerServices;
  7. public delegate void CursorPosChanged(object sender, FormulaChart Chart, int Pos, IDataProvider idp);
  8. }