C# Class wpf_player.AudioPlayer

Logica di interazione per AudioPlayer.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: zencoders/sambatyon

Public Methods

Method Description
AudioPlayer ( ) : System

Default constructor

SetDataContext ( AudioPlayerModel model ) : void

Sets Data Context for this Control

Private Methods

Method Description
Dispatcher_ShutdownStarted ( object sender, EventArgs e ) : void

Method called when the dialog is closing. This calls the dispose for the view model.

Slider_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Mouse Enter event Handler that handles the visibility of the indicator

TrackSlider_DragCompleted ( object sender, System e ) : void

TrackSlider_DragStarted ( object sender, System e ) : void

Handler for the drag and drop of the track thumb.

TrackSlider_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

TrackSlider_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Mouse Leave event Handler that handles the visibility of the indicator

Method Details

AudioPlayer() public method

Default constructor
public AudioPlayer ( ) : System
return System

SetDataContext() public method

Sets Data Context for this Control
public SetDataContext ( AudioPlayerModel model ) : void
model AudioPlayerModel Model to be set
return void