BandObjectLib.BandObject.OnLostFocus C# (CSharp) Method

OnLostFocus() protected method

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