MonobjcMonobjc Documented Class Library
AnimationDidEnd Method (animation)
NamespacesMonobjc.QuartzPDFViewAnimationDidEnd(NSAnimation)

Sent to the delegate when the specified animation completes its run.

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AnimationDidEnd(
	NSAnimation animation
)
Public Overridable Sub AnimationDidEnd ( _
	animation As NSAnimation _
)
public:
virtual void AnimationDidEnd(
	NSAnimation^ animation
)
Parameters
animation (NSAnimation)
The NSAnimation instance that completed its run.
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)