Constructor DeviceEventArgs
DeviceEventArgs(SsdpDevice)
Constructs a new instance for the specified SsdpDevice.
Declaration
public DeviceEventArgs(SsdpDevice device)
Parameters
| Type | Name | Description |
|---|---|---|
| SsdpDevice | device | The SsdpDevice associated with the event this argument class is being used for. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if the |