Class DeviceEventArgs
Event arguments for the DeviceAdded and DeviceRemoved events.
Inheritance
System.Object
System.EventArgs
DeviceEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public sealed class DeviceEventArgs : EventArgs
Constructors
Name | Description |
---|---|
DeviceEventArgs(SsdpDevice) | Constructs a new instance for the specified SsdpDevice. |
Properties
Name | Description |
---|---|
Device | Returns the SsdpDevice instance the event is being raised for. |