MonobjcMonobjc Documented Class Library
SetupPanelDeviceSelectionChangedMessage Method (aNotification)
NamespacesMonobjc.DiscRecordingUIDRSetupPanel..::..DRSetupPanelDelegateEventDispatcherSetupPanelDeviceSelectionChangedMessage(NSNotification)

Sent by the default notification center when the device selection in the panel has changed.

Original signature is '- (void) setupPanelDeviceSelectionChanged:(NSNotification*)aNotification'

Declaration Syntax
C#Visual BasicVisual C++
public void SetupPanelDeviceSelectionChangedMessage(
	NSNotification aNotification
)
Public Sub SetupPanelDeviceSelectionChangedMessage ( _
	aNotification As NSNotification _
)
public:
void SetupPanelDeviceSelectionChangedMessage(
	NSNotification^ aNotification
)
Parameters
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.
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)