DeviceChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |