Delegate RGBSurface.UpdatedEventHandler
Represents the event-handler of the Updated-event.
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public delegate void RGBSurface.UpdatedEventHandler(UpdatedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
UpdatedEventArgs | args | The arguments provided by the event. |