using System; namespace VDownload.Core.EventArgsObjects { public class VideoSearchEventArgs : EventArgs { public string Phrase { get; set; } } }