C# Class wpf_player.SearchList

Logica di interazione per SearchList.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method Description
SearchList ( ) : System

Default constructor

SetDataContext ( SearchListModel model ) : void

Sets Data Context for this Control

Private Methods

Method Description
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

Method Details

SearchList() public method

Default constructor
public SearchList ( ) : System
return System

SetDataContext() public method

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