MonobjcMonobjc Documented Class Library
SetCompletionBlock Method (block)
NamespacesMonobjc.QuartzCoreCATransactionSetCompletionBlock(Action)

Sets the completion block object.

Original signature is '+ (void)setCompletionBlock:(void (^)(void))block'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetCompletionBlock(
	Action block
)
Public Shared Sub SetCompletionBlock ( _
	block As Action _
)
public:
static void SetCompletionBlock(
	Action^ block
)
Parameters
block (Action)
A block object called when animations for this transaction group are completed.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)