C# 클래스 Monobjc.AppKit.NSAnimationContext

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
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.

메소드 상세

SetCompletionHandler() 공개 메소드

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
리턴 void