MonobjcMonobjc Documented Class Library
SetupPanelDeviceSelectionChanged Method (aNotification)
NamespacesMonobjc.DiscRecordingUIIDRSetupPanelDelegateSetupPanelDeviceSelectionChanged(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++
void SetupPanelDeviceSelectionChanged(
	NSNotification aNotification
)
Sub SetupPanelDeviceSelectionChanged ( _
	aNotification As NSNotification _
)
void SetupPanelDeviceSelectionChanged(
	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)