Banshee.Gui.PlaybackActions.OnStopWhenFinishedAction C# (CSharp) Method

OnStopWhenFinishedAction() private method

private OnStopWhenFinishedAction ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void
        private void OnStopWhenFinishedAction (object o, EventArgs args)
        {
            ServiceManager.PlaybackController.StopWhenFinished = ((ToggleAction)o).Active;
        }