Share via


DeviceChangedEventArgs Class

Definition

Defines the programmatic interface for the transmission of Device Added Events and Device Removed Events.

public class DeviceChangedEventArgs : EventArgs
type DeviceChangedEventArgs = class
    inherit EventArgs
Public Class DeviceChangedEventArgs
Inherits EventArgs
Inheritance
DeviceChangedEventArgs

Constructors

DeviceChangedEventArgs(DeviceInfo)

Initializes an instance of the DeviceChangedEventArgs class with the specified DeviceInfo.

Properties

Device

Gets the DeviceInfo for an event.

Applies to