Share via


INSSpringLoadingDestination Interface

Definition

This interface represents the Objective-C protocol NSSpringLoadingDestination.

[Foundation.Protocol(Name="NSSpringLoadingDestination", WrapperType=typeof(AppKit.NSSpringLoadingDestinationWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Activated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.Boolean), typeof(AppKit.INSDraggingInfo) }, Selector="springLoadingActivated:draggingInfo:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HighlightChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="springLoadingHighlightChanged:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Entered", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSSpringLoadingOptions), Selector="springLoadingEntered:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Updated", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSSpringLoadingOptions), Selector="springLoadingUpdated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Exited", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="springLoadingExited:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="draggingEnded:")]
public interface INSSpringLoadingDestination : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSSpringLoadingDestination", WrapperType=typeof(AppKit.NSSpringLoadingDestinationWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Activated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.Boolean), typeof(AppKit.INSDraggingInfo) }, Selector="springLoadingActivated:draggingInfo:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HighlightChanged", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="springLoadingHighlightChanged:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Entered", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSSpringLoadingOptions), Selector="springLoadingEntered:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Updated", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSSpringLoadingOptions), Selector="springLoadingUpdated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Exited", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="springLoadingExited:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="draggingEnded:")>]
type INSSpringLoadingDestination = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to