namespace CUE.NET.Devices.Generic.EventArgs { /// /// Represents the information supplied with an -event. /// public class UpdatedEventArgs : System.EventArgs { } }