BandObjectLib.BandObject.OnExplorerAttached C# (CSharp) Method

OnExplorerAttached() protected method

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