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

Allows the delegate to determine if device can be used as a target.

Original signature is '- (BOOL) setupPanel:(DRSetupPanel*)aPanel deviceCouldBeTarget:(DRDevice*)device'

Declaration Syntax
C#Visual BasicVisual C++
public delegate bool SetupPanelDeviceCouldBeTargetEventHandler(
	DRSetupPanel aPanel,
	DRDevice device
)
Public Delegate Function SetupPanelDeviceCouldBeTargetEventHandler ( _
	aPanel As DRSetupPanel, _
	device As DRDevice _
) As Boolean
public delegate bool SetupPanelDeviceCouldBeTargetEventHandler(
	DRSetupPanel^ aPanel, 
	DRDevice^ device
)
Parameters
aPanel (DRSetupPanel)
The panel.
device (DRDevice)
The candidate device.
Return Value
YES if the device is acceptable, NO if not.
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)