C# Класс Monobjc.AppKit.NSAnimationContext

Показать файл Открыть проект

Открытые методы

Метод Описание
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