Zetbox.Client.Presentables.WindowViewModel.OnClose C# (CSharp) 메소드

OnClose() 보호된 메소드

protected OnClose ( ) : void
리턴 void
        protected virtual void OnClose()
        {
            var temp = Closed;
            if (temp != null)
            {
                temp(this, EventArgs.Empty);
            }
        }