INSAnimationDelegate Interface

Definition

[Foundation.Protocol(Name="NSAnimationDelegate", WrapperType=typeof(AppKit.NSAnimationDelegateWrapper))]
public interface INSAnimationDelegate : IDisposable, ObjCRuntime.INativeObject
type INSAnimationDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

AnimationDidEnd(INSAnimationDelegate, NSAnimation)
AnimationDidReachProgressMark(INSAnimationDelegate, NSAnimation, Single)
AnimationDidStop(INSAnimationDelegate, NSAnimation)
AnimationShouldStart(INSAnimationDelegate, NSAnimation)
ComputeAnimationCurve(INSAnimationDelegate, NSAnimation, Single)

Applies to