C# 클래스 wpf_player.SearchList

Logica di interazione per SearchList.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
SearchList ( ) : System

Default constructor

SetDataContext ( SearchListModel model ) : void

Sets Data Context for this Control

비공개 메소드들

메소드 설명
ResultsGrid_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Double click handler for the result list. This methods calls the OnStreamRequest of the View Model

start_stream_button_Click ( object sender, RoutedEventArgs e ) : void

Start Stream Button Click handler. This methods calls the OnStreamRequest of the View Model

메소드 상세

SearchList() 공개 메소드

Default constructor
public SearchList ( ) : System
리턴 System

SetDataContext() 공개 메소드

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