MonobjcMonobjc Documented Class Library
SlideshowDidChangeCurrentIndex Method (newIndex)
NamespacesMonobjc.QuartzIIKSlideshowDataSourceSlideshowDidChangeCurrentIndex(NSUInteger)

Performs custom tasks when the slideshow changes to the item at the specified index.

Original signature is '- (void)slideshowDidChangeCurrentIndex:(NSUInteger)newIndex'

Available in Mac OS X v 10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SlideshowDidChangeCurrentIndex(
	NSUInteger newIndex
)
Sub SlideshowDidChangeCurrentIndex ( _
	newIndex As NSUInteger _
)
void SlideshowDidChangeCurrentIndex(
	NSUInteger newIndex
)
Parameters
newIndex (NSUInteger)
The index of the current item.
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)