INSSpringLoadingDestination Interface

Definition

[Foundation.Protocol(Name="NSSpringLoadingDestination", WrapperType=typeof(AppKit.NSSpringLoadingDestinationWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSSpringLoadingDestination : IDisposable, ObjCRuntime.INativeObject
type INSSpringLoadingDestination = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Activated(Boolean, NSDraggingInfo)
HighlightChanged(NSDraggingInfo)

Extension Methods

DraggingEnded(INSSpringLoadingDestination, NSDraggingInfo)
Entered(INSSpringLoadingDestination, NSDraggingInfo)
Exited(INSSpringLoadingDestination, NSDraggingInfo)
Updated(INSSpringLoadingDestination, NSDraggingInfo)

Applies to