using System;
using System.Collections.Generic;
using System.Linq;
namespace Chernobyl.Event
{
///
/// An used by an event when that event is reporting
/// something that affects the items contained within an instance of this
/// class.
///
public class ItemsEventArgs : EventArgs
{
///
/// Constructor
///
/// The items that were affected by the event.
public ItemsEventArgs(IEnumerable