BlitsMe.TransportEmulator.ProxyTransportManager.OnInactive C# (CSharp) Method

OnInactive() public method

public OnInactive ( EventArgs e ) : void
e System.EventArgs
return void
        public void OnInactive(EventArgs e)
        {
            EventHandler handler = Inactive;
            if (handler != null) handler(this, e);
        }