Sent by the default notification center when the device selection in the panel has changed.
Original signature is '- (void) setupPanelDeviceSelectionChanged:(NSNotification*)aNotification'

C# | Visual Basic | Visual C++ |
void SetupPanelDeviceSelectionChanged( NSNotification aNotification )
Sub SetupPanelDeviceSelectionChanged ( _ aNotification As NSNotification _ )
void SetupPanelDeviceSelectionChanged( NSNotification^ aNotification )

- aNotification (NSNotification)
- Notification object. This is always DRSetupPanelDeviceSelectionChangedNotification . You can retrieve the DRSetupPanel object in question by sending object to aNotification. The userInfo dictionary contains the single key DRSetupPanelSelectedDeviceKey whose value is the DRDevice object that is currently selected.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)