SideShowGadget.OnDeviceAdded Method
Raises the DeviceAdded event.
Namespace: Microsoft.SideShow
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)
Usage
Syntax
'Declaration
Protected Overridable Sub OnDeviceAdded ( _
e As DeviceCapabilityEventArgs _
)
protected virtual void OnDeviceAdded (
DeviceCapabilityEventArgs e
)
protected:
virtual void OnDeviceAdded (
DeviceCapabilityEventArgs^ e
)
protected void OnDeviceAdded (
DeviceCapabilityEventArgs e
)
protected function OnDeviceAdded (
e : DeviceCapabilityEventArgs
)
Parameters
- e
A DeviceCapabilityEventArgs that contains the added device's capabilities.
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.
Platforms
Development Platforms
Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate
Target Platforms
Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate
See Also
Reference
SideShowGadget Class
SideShowGadget Members
Microsoft.SideShow Namespace