At.FF.Krems.FullscreenBrowser.ScreenRefresher.OnClosing C# (CSharp) Method

OnClosing() protected method

Raises the E:Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs The instance containing the event data.
return void
        protected override void OnClosing(CancelEventArgs e)
        {
            e.Cancel = true;
            this.HideScreenRefresher();
            base.OnClosing(e);
        }