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);
        }