BandObjectLib.BandObject.OnLostFocus C# (CSharp) 메소드

OnLostFocus() 보호된 메소드

Notifies explorer of focus change.
protected OnLostFocus ( System e ) : void
e System
리턴 void
        protected override void OnLostFocus(System.EventArgs e)
        {
            base.OnLostFocus(e);
            if (ActiveControl == null)
                BandObjectSite.OnFocusChangeIS(this as IInputObject, 0);
        }