Performs custom tasks when the composition picker view stops animating a composition.
Original signature is '(void) compositionPickerViewWillStopAnimating:(QCCompositionPickerView*)pickerView'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
void CompositionPickerViewWillStopAnimating( QCCompositionPickerView pickerView )
Sub CompositionPickerViewWillStopAnimating ( _ pickerView As QCCompositionPickerView _ )
void CompositionPickerViewWillStopAnimating( QCCompositionPickerView^ pickerView )

- pickerView (QCCompositionPickerView)
- The composition picker view in which the composition stopped animating.

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