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