C# Class PaulStovell.TrialBalance.UserInterface.WizardPage

Inheritance: System.Windows.Controls.Page, INotifyPropertyChanged
Exibir arquivo Open project: PaulStovell/trial-balance Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Back ( ) : void
Next ( ) : void
WizardPage ( ) : System

Protected Methods

Method Description
OnCancelling ( CancelEventArgs e ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void
OnReturn ( WizardPageReturnEventArgs e ) : void

Private Methods

Method Description
AskBeforeCancel ( ) : bool

Method Details

Back() public method

public Back ( ) : void
return void

Next() public method

public Next ( ) : void
return void

OnCancelling() protected method

protected OnCancelling ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
return void

OnReturn() protected method

protected OnReturn ( WizardPageReturnEventArgs e ) : void
e WizardPageReturnEventArgs
return void

WizardPage() public method

public WizardPage ( ) : System
return System

Property Details

HasCancelButtonProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasCancelButtonProperty
return System.Windows.DependencyProperty

HasNextButtonProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasNextButtonProperty
return System.Windows.DependencyProperty

IsBackEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsBackEnabledProperty
return System.Windows.DependencyProperty

IsCancelEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsCancelEnabledProperty
return System.Windows.DependencyProperty

IsNextEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsNextEnabledProperty
return System.Windows.DependencyProperty

NextButtonTextProperty public_oe static_oe property

public static DependencyProperty,System.Windows NextButtonTextProperty
return System.Windows.DependencyProperty