Allows the delegate to determine if device can be used as a target.
Original signature is '- (BOOL) setupPanel:(DRSetupPanel*)aPanel deviceCouldBeTarget:(DRDevice*)device'

C# | Visual Basic | Visual C++ |
public event DRSetupPanel..::..SetupPanelDeviceCouldBeTargetEventHandler SetupPanelDeviceCouldBeTarget
Public Event SetupPanelDeviceCouldBeTarget As DRSetupPanel..::..SetupPanelDeviceCouldBeTargetEventHandler
public: event DRSetupPanel..::..SetupPanelDeviceCouldBeTargetEventHandler^ SetupPanelDeviceCouldBeTarget { void add (DRSetupPanel..::..SetupPanelDeviceCouldBeTargetEventHandler^ value); void remove (DRSetupPanel..::..SetupPanelDeviceCouldBeTargetEventHandler^ value); }

YES if the device is acceptable, NO if not.

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