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