C# 클래스 PaulStovell.TrialBalance.UserInterface.WizardPage

상속: System.Windows.Controls.Page, INotifyPropertyChanged
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HasCancelButtonProperty System.Windows.DependencyProperty
HasNextButtonProperty System.Windows.DependencyProperty
IsBackEnabledProperty System.Windows.DependencyProperty
IsCancelEnabledProperty System.Windows.DependencyProperty
IsNextEnabledProperty System.Windows.DependencyProperty
NextButtonTextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Back ( ) : void
Next ( ) : void
WizardPage ( ) : System

보호된 메소드들

메소드 설명
OnCancelling ( CancelEventArgs e ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void
OnReturn ( WizardPageReturnEventArgs e ) : void

비공개 메소드들

메소드 설명
AskBeforeCancel ( ) : bool

메소드 상세

Back() 공개 메소드

public Back ( ) : void
리턴 void

Next() 공개 메소드

public Next ( ) : void
리턴 void

OnCancelling() 보호된 메소드

protected OnCancelling ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnPropertyChanged() 보호된 메소드

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

OnReturn() 보호된 메소드

protected OnReturn ( WizardPageReturnEventArgs e ) : void
e WizardPageReturnEventArgs
리턴 void

WizardPage() 공개 메소드

public WizardPage ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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