Beispiel #1
0
 /// <summary>
 /// Handles a change to the ClientMarketData.ObjectTree table.
 /// </summary>
 /// <param name="sender">Object that generated the event.</param>
 /// <param name="e">The event arguments.</param>
 private void ChangeObjectTreeRow(object sender, ClientMarketData.ObjectTreeRowChangeEvent objectTreeRowChangeEvent)
 {
     // Setting this flag will cause the next refresh to incrementally update the Folder List viewer if the structure hasn't
     // changed.
     this.hasNewData = true;
 }
Beispiel #2
0
 /// <summary>
 /// Event driver for a change to the ObjectTree table.
 /// </summary>
 /// <param name="sender">The object that generated the event.</param>
 /// <param name="ChangeObjectTree">The parameters for the event handler.</param>
 private void ChangeObjectTreeRow(object sender, ClientMarketData.ObjectTreeRowChangeEvent objectChangeTreeRow)
 {
 }