MonobjcMonobjc Documented Class Library
QCCompositionPickerView..::..CompositionPickerViewDidStartAnimatingEventHandler Delegate
NamespacesMonobjc.QuartzQCCompositionPickerViewQCCompositionPickerView..::..CompositionPickerViewDidStartAnimatingEventHandler

Performs custom tasks when the composition picker view starts animating a composition.

Original signature is '- (void) compositionPickerViewDidStartAnimating:(QCCompositionPickerView*)pickerView'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void CompositionPickerViewDidStartAnimatingEventHandler(
	QCCompositionPickerView pickerView
)
Public Delegate Sub CompositionPickerViewDidStartAnimatingEventHandler ( _
	pickerView As QCCompositionPickerView _
)
public delegate void CompositionPickerViewDidStartAnimatingEventHandler(
	QCCompositionPickerView^ pickerView
)
Parameters
pickerView (QCCompositionPickerView)
The composition picker view in which the composition started animating.
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.Quartz (Module: Monobjc.Quartz)