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

OnGotFocus() 보호된 메소드

Notifies explorer of focus change.
protected OnGotFocus ( System e ) : void
e System
리턴 void
        protected override void OnGotFocus(System.EventArgs e)
        {
            base.OnGotFocus(e);
            BandObjectSite.OnFocusChangeIS(this as IInputObject, 1);
        }