C# Class OIShoppingListWinPhone.CustomLayout.ListSelectorControl

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: openintents/shoppinglist_winphone Class Usage Examples

Public Properties

Property Type Description
item OIShoppingListWinPhone.DataModel.ShoppingListItem
list OIShoppingListWinPhone.DataModel.ShoppingList

Public Methods

Method Description
Activate ( ) : void

Displaying (or 'activating') the dialog on the screen.

Deactivate ( ) : void

Deactivating (or 'hide') the dialog from the screen.

ListSelectorControl ( ) : System
ListSelectorControl_Loaded ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
SelectButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Activate() public method

Displaying (or 'activating') the dialog on the screen.
public Activate ( ) : void
return void

Deactivate() public method

Deactivating (or 'hide') the dialog from the screen.
public Deactivate ( ) : void
return void

ListSelectorControl() public method

public ListSelectorControl ( ) : System
return System

ListSelectorControl_Loaded() public method

public ListSelectorControl_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

Property Details

item public_oe property

public ShoppingListItem,OIShoppingListWinPhone.DataModel item
return OIShoppingListWinPhone.DataModel.ShoppingListItem

list public_oe property

public ShoppingList,OIShoppingListWinPhone.DataModel list
return OIShoppingListWinPhone.DataModel.ShoppingList