BudgetAnalyser.Engine.Services.TransactionManagerService.SavePreview C# (CSharp) Method

SavePreview() public method

Called before Save is called. This will be called on the UI Thread. Objects can optionally add some context data that will be passed to the SaveAsync method call. This can be used to finalise any edits or prompt the user for closing data, ie, a "what-did-you-change" comment; this can't be done during save as it may not be called using the UI Thread.
public SavePreview ( ) : void
return void
        public void SavePreview()
        {
        }