At.FF.Krems.FullscreenBrowser.ScreenRefresher.OnClosing C# (CSharp) Méthode

OnClosing() protected méthode

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