MonobjcMonobjc Documented Class Library
AnimationDidStop Method (animation)
NamespacesMonobjc.AppKitINSAnimationDelegateAnimationDidStop(NSAnimation)

Sent to the delegate when the specified animation is stopped before it completes its run.

Original signature is '- (void)animationDidStop:(NSAnimation *)animation'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
void AnimationDidStop(
	NSAnimation animation
)
Sub AnimationDidStop ( _
	animation As NSAnimation _
)
void AnimationDidStop(
	NSAnimation^ animation
)
Parameters
animation (NSAnimation)
The NSAnimation instance that was stopped.
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.AppKit (Module: Monobjc.AppKit)