C# Class SampleDeviceCollection.DeviceCollectionView

Interaction logic for DeviceCollectionView.xaml
Inheritance: UserControl
Mostra file Open project: HBOCodeLabs/WindowsDevicePortalWrapper

Public Methods

Method Description
DeviceCollectionView ( ) : System.Windows.Controls

Initializes a new instance of the DeviceCollectionView class.

Private Methods

Method Description
EatMouseClicks ( object sender, MouseButtonEventArgs e ) : void

Eats any mouse clicks so that they won't be handled by the ListBox control

Method Details

DeviceCollectionView() public method

Initializes a new instance of the DeviceCollectionView class.
public DeviceCollectionView ( ) : System.Windows.Controls
return System.Windows.Controls