using System; namespace RGB.NET.Core { /// /// Represents the information supplied with an -event. /// public class UpdatedEventArgs : EventArgs { } }