C# Class PaulStovell.TrialBalance.UserInterface.WizardPage

Inheritance: System.Windows.Controls.Page, INotifyPropertyChanged
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

Свойство Type Description
HasCancelButtonProperty System.Windows.DependencyProperty
HasNextButtonProperty System.Windows.DependencyProperty
IsBackEnabledProperty System.Windows.DependencyProperty
IsCancelEnabledProperty System.Windows.DependencyProperty
IsNextEnabledProperty System.Windows.DependencyProperty
NextButtonTextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Back ( ) : void
Next ( ) : void
WizardPage ( ) : System

Méthodes protégées

Méthode Description
OnCancelling ( CancelEventArgs e ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void
OnReturn ( WizardPageReturnEventArgs e ) : void

Private Methods

Méthode Description
AskBeforeCancel ( ) : bool

Method Details

Back() public méthode

public Back ( ) : void
Résultat void

Next() public méthode

public Next ( ) : void
Résultat void

OnCancelling() protected méthode

protected OnCancelling ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

OnReturn() protected méthode

protected OnReturn ( WizardPageReturnEventArgs e ) : void
e WizardPageReturnEventArgs
Résultat void

WizardPage() public méthode

public WizardPage ( ) : System
Résultat System

Property Details

HasCancelButtonProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasCancelButtonProperty
Résultat System.Windows.DependencyProperty

HasNextButtonProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasNextButtonProperty
Résultat System.Windows.DependencyProperty

IsBackEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsBackEnabledProperty
Résultat System.Windows.DependencyProperty

IsCancelEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsCancelEnabledProperty
Résultat System.Windows.DependencyProperty

IsNextEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsNextEnabledProperty
Résultat System.Windows.DependencyProperty

NextButtonTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows NextButtonTextProperty
Résultat System.Windows.DependencyProperty