C# Class Monobjc.AppKit.NSAnimationContext

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode Description
SetCompletionHandler ( System.Action completionHandler ) : void

A completion Block that is called when the animations in the grouping are completed.

Original signature is '@property(copy) void(^completionHandler)(void)'

Available in OS X v10.7 and later.

Method Details

SetCompletionHandler() public méthode

A completion Block that is called when the animations in the grouping are completed.

Original signature is '@property(copy) void(^completionHandler)(void)'

Available in OS X v10.7 and later.

public SetCompletionHandler ( System.Action completionHandler ) : void
completionHandler System.Action
Résultat void