INSDraggingDestination Interface

Definition

This interface represents the Objective-C protocol NSDraggingDestination.

[Foundation.Protocol(Name="NSDraggingDestination", WrapperType=typeof(AppKit.NSDraggingDestinationWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingEntered", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSDragOperation), Selector="draggingEntered:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingUpdated", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSDragOperation), Selector="draggingUpdated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingExited", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="draggingExited:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PrepareForDragOperation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(System.Boolean), Selector="prepareForDragOperation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PerformDragOperation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(System.Boolean), Selector="performDragOperation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConcludeDragOperation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="concludeDragOperation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="draggingEnded:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="wantsPeriodicDraggingUpdates", IsProperty=true, IsRequired=false, IsStatic=false, Name="WantsPeriodicDraggingUpdates", PropertyType=typeof(System.Boolean), Selector="wantsPeriodicDraggingUpdates")]
public interface INSDraggingDestination : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSDraggingDestination", WrapperType=typeof(AppKit.NSDraggingDestinationWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingEntered", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSDragOperation), Selector="draggingEntered:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingUpdated", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(AppKit.NSDragOperation), Selector="draggingUpdated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingExited", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="draggingExited:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PrepareForDragOperation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(System.Boolean), Selector="prepareForDragOperation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PerformDragOperation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, ReturnType=typeof(System.Boolean), Selector="performDragOperation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ConcludeDragOperation", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="concludeDragOperation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingEnded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.INSDraggingInfo) }, Selector="draggingEnded:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="wantsPeriodicDraggingUpdates", IsProperty=true, IsRequired=false, IsStatic=false, Name="WantsPeriodicDraggingUpdates", PropertyType=typeof(System.Boolean), Selector="wantsPeriodicDraggingUpdates")>]
type INSDraggingDestination = 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