C# Class PaulStovell.TrialBalance.UserInterface.AccountDetailsPage

Interaction logic for AccountDetailsWizardPage.xaml
Inheritance: WizardPage
Exibir arquivo Open project: PaulStovell/trial-balance Class Usage Examples

Public Methods

Method Description
AccountDetailsPage ( ) : System

Constructor.

Next ( ) : void

Called when the Save button is clicked.

Private Methods

Method Description
EditableItem_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Called when a property on the current account changes.

Page_Cancelling ( object sender, CancelEventArgs e ) : void

Called when the "Cancel" button is clicked.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Called when the page loads.

Method Details

AccountDetailsPage() public method

Constructor.
public AccountDetailsPage ( ) : System
return System

Next() public method

Called when the Save button is clicked.
public Next ( ) : void
return void