namespace VDownload.Core.EventArgs { public class PlaylistSearchEventArgs : System.EventArgs { public string Phrase { get; set; } public int Count { get; set; } } }