UnityEditor.PreviewWindow.OnDisable C# (CSharp) Method

OnDisable() protected method

protected OnDisable ( ) : void
return void
        protected override void OnDisable()
        {
            base.OnDisable();
            this.m_ParentInspectorWindow.Repaint();
        }