EKG_Project.GUI.Window_ECG.OnClosing C# (CSharp) Method

OnClosing() protected method

protected OnClosing ( CancelEventArgs closeArgs ) : void
closeArgs System.ComponentModel.CancelEventArgs
return void
        protected override void OnClosing(CancelEventArgs closeArgs)
        {
            closeArgs.Cancel = true;
            this.exitClick(this, null);
        }