C# 클래스 Microsoft.Samples.KMoore.WPFSamples.Zap.ZapCommandItem

상속: System.Windows.DependencyObject, ICommand, INotifyPropertyChanged
파일 보기 프로젝트 열기: daszat/zetbox

공개 프로퍼티들

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

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ToString ( ) : string
ZapCommandItem ( ZapScroller zapScroller, int index ) : System

보호된 메소드들

메소드 설명
OnCanExecuteChanged ( EventArgs e ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
_zapScroller_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
canExecute ( ) : bool

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

Execute() 공개 메소드

public Execute ( object parameter ) : void
parameter object
리턴 void

OnCanExecuteChanged() 보호된 메소드

protected OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ZapCommandItem() 공개 메소드

public ZapCommandItem ( ZapScroller zapScroller, int index ) : System
zapScroller ZapScroller
index int
리턴 System

프로퍼티 상세

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

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