A base class for all pages, intended for custom navigation with explicit life-cycle events.
A page that allows the user to create a new contract.
Task ShowContractOptions(IDictionary< CaseInsensitiveString, object >[] Options)
Method called (from main thread) when contract options are made available.
NewContractPage(NewContractViewModel ViewModel)
Creates a new instance of the NewContractPage class.
Interface for pages that can receive contract options from an asynchronous process.
NewContractStep
The different steps of creating a new contract.