DeviceChangedEventArgs Class
2/27/2008
Defines the programmatic interface for the transmission of Device Added Events and Device Removed Events.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Class DeviceChangedEventArgs
Inherits EventArgs
public class DeviceChangedEventArgs : EventArgs
public ref class DeviceChangedEventArgs : public EventArgs
public class DeviceChangedEventArgs extends EventArgs
public class DeviceChangedEventArgs extends EventArgs
Remarks
DeviceAddedEvent is a Plug and Play notification that a device has been added. DeviceRemovedEvent is a Plug and Play notification that a device has been removed.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.PointOfService.DeviceChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
DeviceChangedEventArgs Members
Microsoft.PointOfService Namespace