C# 클래스 wpf_player.AudioPlayer

Logica di interazione per AudioPlayer.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: zencoders/sambatyon

공개 메소드들

메소드 설명
AudioPlayer ( ) : System

Default constructor

SetDataContext ( AudioPlayerModel model ) : void

Sets Data Context for this Control

비공개 메소드들

메소드 설명
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

메소드 상세

AudioPlayer() 공개 메소드

Default constructor
public AudioPlayer ( ) : System
리턴 System

SetDataContext() 공개 메소드

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