namespace Toolkit.Framework.Foundation; public interface IEventParameter { List GetValues(EventArgs args); }