mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
12 lines
267 B
C#
12 lines
267 B
C#
using System;
|
|
|
|
namespace RGB.NET.Core
|
|
{
|
|
/// <inheritdoc />
|
|
/// <summary>
|
|
/// Represents the information supplied with an <see cref="E:RGB.NET.Core.RGBSurface.Updated" />-event.
|
|
/// </summary>
|
|
public class UpdatedEventArgs : EventArgs
|
|
{ }
|
|
}
|