MonobjcMonobjc Documented Class Library
DRSetupPanel..::..SetupPanelDeviceSelectionChangedEventHandler Delegate
NamespacesMonobjc.DiscRecordingUIDRSetupPanelDRSetupPanel..::..SetupPanelDeviceSelectionChangedEventHandler

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 delegate void SetupPanelDeviceSelectionChangedEventHandler(
	NSNotification aNotification
)
Public Delegate Sub SetupPanelDeviceSelectionChangedEventHandler ( _
	aNotification As NSNotification _
)
public delegate void SetupPanelDeviceSelectionChangedEventHandler(
	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)