GangsDrive.GangsDriver.OnMountChanged C# (CSharp) Method

OnMountChanged() protected method

protected OnMountChanged ( connector e ) : void
e connector
return void
        protected virtual void OnMountChanged(connector.MountChangedArgs e)
        {
            EventHandler<connector.MountChangedArgs> handler = this.OnMountChangedEvent;

            if (handler != null)
                handler(this, e);
        }