MonobjcMonobjc Documented Class Library
NSAnimation..::..AnimationDidReachProgressMarkEventHandler Delegate
NamespacesMonobjc.AppKitNSAnimationNSAnimation..::..AnimationDidReachProgressMarkEventHandler

Sent to the delegate when an animation reaches a specific progress mark.

Original signature is '- (void)animation:(NSAnimation *)animation didReachProgressMark:(NSAnimationProgress)progress'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void AnimationDidReachProgressMarkEventHandler(
	NSAnimation animation,
	float progress
)
Public Delegate Sub AnimationDidReachProgressMarkEventHandler ( _
	animation As NSAnimation, _
	progress As Single _
)
public delegate void AnimationDidReachProgressMarkEventHandler(
	NSAnimation^ animation, 
	float progress
)
Parameters
animation (NSAnimation)
A running NSAnimation object that has reached a progress mark.
progress (Single)
A float value (typed as NSAnimationProgress) that indicates a progress mark of animation.
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)