Skip to content

OkCancelDialogAwareViewModel.Cancel method

Handles the Cancel button. The base implementation closes the dialog with Cancel; override it to discard pending changes first.

public virtual void Cancel(object parameter)
parameter description
parameter The command parameter supplied by the button. Unused by the base implementation.

See Also