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

This delegate method allows the delegate to control how media reservations are handled.

Original signature is '- (BOOL) setupPanelShouldHandleMediaReservations:(DRSetupPanel*)aPanel'

Declaration Syntax
C#Visual BasicVisual C++
public delegate bool SetupPanelShouldHandleMediaReservationsEventHandler(
	DRSetupPanel aPanel
)
Public Delegate Function SetupPanelShouldHandleMediaReservationsEventHandler ( _
	aPanel As DRSetupPanel _
) As Boolean
public delegate bool SetupPanelShouldHandleMediaReservationsEventHandler(
	DRSetupPanel^ aPanel
)
Parameters
aPanel (DRSetupPanel)
The setup panel sending the message.
Return Value
Return NO to indicate the delegate will handle media reservations. Return YES to indicate the setupPanel should handle media reservations itself.Did this document help you? Yes: Tell us what works for you."> YesIt's good, but: Report typos, inaccuracies, and so forth."> It's good, but...Not helpful: Tell us what would have helped."> Not helpful... Last Updated: 2009-08-13
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)