Class DevicesChangedEventArgs
Inheritance
DevicesChangedEventArgs
Assembly: RGB.NET.Core.dll
Syntax
public sealed class DevicesChangedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
DevicesChangedEventArgs(IRGBDevice, DevicesChangedAction)
Declaration
public DevicesChangedEventArgs(IRGBDevice device, DevicesChangedEventArgs.DevicesChangedAction action)
Parameters
Properties
|
Edit this page
View Source
Action
Declaration
public DevicesChangedEventArgs.DevicesChangedAction Action { get; }
Property Value
|
Edit this page
View Source
Device
Declaration
public IRGBDevice Device { get; }
Property Value
Methods
|
Edit this page
View Source
CreateDevicesAddedArgs(IRGBDevice)
Declaration
public static DevicesChangedEventArgs CreateDevicesAddedArgs(IRGBDevice addedDevice)
Parameters
Returns
|
Edit this page
View Source
CreateDevicesRemovedArgs(IRGBDevice)
Declaration
public static DevicesChangedEventArgs CreateDevicesRemovedArgs(IRGBDevice removedDevice)
Parameters
Returns