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

OnExplorerAttached() 보호된 메소드

Override this method to handle ExplorerAttached event.
protected OnExplorerAttached ( EventArgs ea ) : void
ea System.EventArgs
리턴 void
        protected virtual void OnExplorerAttached(EventArgs ea)
        {
            if (ExplorerAttached != null)
                ExplorerAttached(this, ea);
        }