Ejemplo n.º 1
0
 private void Navigator_CursorChanged(object sender, NavigatorTimeChangedEventArgs e)
 {
     this.PositionThumbs();
 }
Ejemplo n.º 2
0
 private void Navigator_CursorChanged(object sender, NavigatorTimeChangedEventArgs e)
 {
     this.UpdateCursorMarker();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Overideable method to allow derived VisualizationObjects to react to cursor changes.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">An object that contains navigator changed event data.</param>
 protected virtual void OnCursorChanged(object sender, NavigatorTimeChangedEventArgs e)
 {
 }