C# Class Gemini.Framework.Controls.SliderEx

Slider that exposes the thumb drag started / completed events directly to allow Caliburn Micro to attach to the messages.
Inheritance: System.Windows.Controls.Slider
Mostra file Open project: tgjones/gemini

Protected Methods

Method Description
OnThumbDragCompleted ( System.Windows.Controls.Primitives.DragCompletedEventArgs e ) : void
OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

Method Details

OnThumbDragCompleted() protected method

protected OnThumbDragCompleted ( System.Windows.Controls.Primitives.DragCompletedEventArgs e ) : void
e System.Windows.Controls.Primitives.DragCompletedEventArgs
return void

OnThumbDragStarted() protected method

protected OnThumbDragStarted ( System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
e System.Windows.Controls.Primitives.DragStartedEventArgs
return void