示例#1
0
        protected override void OnLostFocus(EventArgs e)
        {
            // Inform parent window we have lost focus
            if (_parentWindow != null)
            {
                _parentWindow.WindowDetailLostFocus(this);
            }

            base.OnLostFocus(e);
        }