Show / Hide Table of Contents

Class DevicesChangedEventArgs

Inheritance
object
EventArgs
DevicesChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Core
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
Type Name Description
IRGBDevice device
DevicesChangedEventArgs.DevicesChangedAction action

Properties

| Edit this page View Source

Action

Declaration
public DevicesChangedEventArgs.DevicesChangedAction Action { get; }
Property Value
Type Description
DevicesChangedEventArgs.DevicesChangedAction
| Edit this page View Source

Device

Declaration
public IRGBDevice Device { get; }
Property Value
Type Description
IRGBDevice

Methods

| Edit this page View Source

CreateDevicesAddedArgs(IRGBDevice)

Declaration
public static DevicesChangedEventArgs CreateDevicesAddedArgs(IRGBDevice addedDevice)
Parameters
Type Name Description
IRGBDevice addedDevice
Returns
Type Description
DevicesChangedEventArgs
| Edit this page View Source

CreateDevicesRemovedArgs(IRGBDevice)

Declaration
public static DevicesChangedEventArgs CreateDevicesRemovedArgs(IRGBDevice removedDevice)
Parameters
Type Name Description
IRGBDevice removedDevice
Returns
Type Description
DevicesChangedEventArgs
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX