C# 클래스 Framework.Helpers.LongListSelectorHelper

Helper class for routing a LongListSelector's SelectionChangeds to a method on the view model.
파일 보기 프로젝트 열기: xepher/uwp-wxbus

공개 프로퍼티들

프로퍼티 타입 설명
MethodContextProperty System.Windows.DependencyProperty
SelectionChangedMethodNameProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetMethodContext ( LongListSelector element ) : object
GetSelectionChangedMethodName ( LongListSelector element ) : string
LongListSelectorHelper ( LongListSelector longListSelector ) : System
SetMethodContext ( LongListSelector element, object value ) : void
SetSelectionChangedMethodName ( LongListSelector element, string itemClickMethodName ) : void

메소드 상세

GetMethodContext() 공개 정적인 메소드

public static GetMethodContext ( LongListSelector element ) : object
element Microsoft.Phone.Controls.LongListSelector
리턴 object

GetSelectionChangedMethodName() 공개 정적인 메소드

public static GetSelectionChangedMethodName ( LongListSelector element ) : string
element Microsoft.Phone.Controls.LongListSelector
리턴 string

LongListSelectorHelper() 공개 메소드

public LongListSelectorHelper ( LongListSelector longListSelector ) : System
longListSelector Microsoft.Phone.Controls.LongListSelector
리턴 System

SetMethodContext() 공개 정적인 메소드

public static SetMethodContext ( LongListSelector element, object value ) : void
element Microsoft.Phone.Controls.LongListSelector
value object
리턴 void

SetSelectionChangedMethodName() 공개 정적인 메소드

public static SetSelectionChangedMethodName ( LongListSelector element, string itemClickMethodName ) : void
element Microsoft.Phone.Controls.LongListSelector
itemClickMethodName string
리턴 void

프로퍼티 상세

MethodContextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MethodContextProperty
리턴 System.Windows.DependencyProperty

SelectionChangedMethodNameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SelectionChangedMethodNameProperty
리턴 System.Windows.DependencyProperty