C# 클래스 WinRTXamlToolkit.Controls.ListItemButton

A button replacement for use in lists. Allows items to be selected with touch while still supporting clicks and commands.
상속: Windows.UI.Xaml.Controls.ContentControl
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
CommandParameterProperty Windows.UI.Xaml.DependencyProperty
CommandProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
ListItemButton ( ) : System.Windows.Input

Initializes a new instance of the ListItemButton class.

보호된 메소드들

메소드 설명
OnCommandChanged ( ICommand oldCommand, ICommand newCommand ) : void

Provides derived classes an opportunity to handle changes to the Command property.

OnCommandParameterChanged ( object oldCommandParameter, object newCommandParameter ) : void

Provides derived classes an opportunity to handle changes to the CommandParameter property.

OnManipulationStarted ( Windows e ) : void

Called before the ManipulationStarted event occurs.

OnManipulationStarting ( Windows e ) : void

Called before the ManipulationStarting event occurs.

OnTapped ( Windows e ) : void

Called before the Tapped event occurs.

비공개 메소드들

메소드 설명
OnCommandChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Command property.

OnCommandParameterChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CommandParameter property.

메소드 상세

ListItemButton() 공개 메소드

Initializes a new instance of the ListItemButton class.
public ListItemButton ( ) : System.Windows.Input
리턴 System.Windows.Input

OnCommandChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Command property.
protected OnCommandChanged ( ICommand oldCommand, ICommand newCommand ) : void
oldCommand ICommand The old Command value
newCommand ICommand The new Command value
리턴 void

OnCommandParameterChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CommandParameter property.
protected OnCommandParameterChanged ( object oldCommandParameter, object newCommandParameter ) : void
oldCommandParameter object The old CommandParameter value
newCommandParameter object The new CommandParameter value
리턴 void

OnManipulationStarted() 보호된 메소드

Called before the ManipulationStarted event occurs.
protected OnManipulationStarted ( Windows e ) : void
e Windows Event data for the event.
리턴 void

OnManipulationStarting() 보호된 메소드

Called before the ManipulationStarting event occurs.
protected OnManipulationStarting ( Windows e ) : void
e Windows Event data for the event.
리턴 void

OnTapped() 보호된 메소드

Called before the Tapped event occurs.
protected OnTapped ( Windows e ) : void
e Windows Event data for the event.
리턴 void

프로퍼티 상세

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

CommandParameter Dependency Property
public static DependencyProperty,Windows.UI.Xaml CommandParameterProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Command Dependency Property
public static DependencyProperty,Windows.UI.Xaml CommandProperty
리턴 Windows.UI.Xaml.DependencyProperty