C# 클래스 OIShoppingListWinPhone.CustomLayout.ListSelectorControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: openintents/shoppinglist_winphone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
item OIShoppingListWinPhone.DataModel.ShoppingListItem
list OIShoppingListWinPhone.DataModel.ShoppingList

공개 메소드들

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

비공개 메소드들

메소드 설명
SelectButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

Activate() 공개 메소드

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

Deactivate() 공개 메소드

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

ListSelectorControl() 공개 메소드

public ListSelectorControl ( ) : System
리턴 System

ListSelectorControl_Loaded() 공개 메소드

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

프로퍼티 상세

item 공개적으로 프로퍼티

public ShoppingListItem,OIShoppingListWinPhone.DataModel item
리턴 OIShoppingListWinPhone.DataModel.ShoppingListItem

list 공개적으로 프로퍼티

public ShoppingList,OIShoppingListWinPhone.DataModel list
리턴 OIShoppingListWinPhone.DataModel.ShoppingList