using System; using System.Collections.Generic; namespace Toolkit.Foundation { public interface IEventParameter { List GetValues(EventArgs args); } }