Zetbox.Client.Presentables.WindowViewModel.CanClose C# (CSharp) Method

CanClose() public method

Views should call this before closing
public CanClose ( ) : bool
return bool
        public virtual bool CanClose()
        {
            return true;
        }