Invoked when the user changes the device selected in the device popup.
Original signature is '- (void) deviceSelectionChanged:(DRDevice*)device'

Declaration Syntax
public virtual void DeviceSelectionChanged(
DRDevice device
)
Public Overridable Sub DeviceSelectionChanged ( _
device As DRDevice _
)
public:
virtual void DeviceSelectionChanged(
DRDevice^ device
)

Parameters
- device (DRDevice)
- The newly selected device, or nil.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.DiscRecordingUI (Module: Monobjc.DiscRecordingUI)