INSDraggingSource Interface

Definition

This interface represents the Objective-C protocol NSDraggingSource.

[Foundation.Protocol(Name="NSDraggingSource", WrapperType=typeof(AppKit.NSDraggingSourceWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingSourceOperationMaskForLocal", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.Boolean) }, ReturnType=typeof(AppKit.NSDragOperation), Selector="draggingSourceOperationMaskForLocal:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="NamesOfPromisedFilesDroppedAtDestination", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSUrl) }, ReturnType=typeof(System.String[]), Selector="namesOfPromisedFilesDroppedAtDestination:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageBeganAt", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint) }, Selector="draggedImage:beganAt:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageEndedAtOperation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint), typeof(AppKit.NSDragOperation) }, Selector="draggedImage:endedAt:operation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageMovedTo", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint) }, Selector="draggedImage:movedTo:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageEndedAtDeposited", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint), typeof(System.Boolean) }, Selector="draggedImage:endedAt:deposited:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="ignoreModifierKeysWhileDragging", IsProperty=true, IsRequired=false, IsStatic=false, Name="IgnoreModifierKeysWhileDragging", PropertyType=typeof(System.Boolean), Selector="ignoreModifierKeysWhileDragging")]
public interface INSDraggingSource : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSDraggingSource", WrapperType=typeof(AppKit.NSDraggingSourceWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggingSourceOperationMaskForLocal", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.Boolean) }, ReturnType=typeof(AppKit.NSDragOperation), Selector="draggingSourceOperationMaskForLocal:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="NamesOfPromisedFilesDroppedAtDestination", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSUrl) }, ReturnType=typeof(System.String[]), Selector="namesOfPromisedFilesDroppedAtDestination:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageBeganAt", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint) }, Selector="draggedImage:beganAt:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageEndedAtOperation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint), typeof(AppKit.NSDragOperation) }, Selector="draggedImage:endedAt:operation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageMovedTo", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint) }, Selector="draggedImage:movedTo:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedImageEndedAtDeposited", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSImage), typeof(CoreGraphics.CGPoint), typeof(System.Boolean) }, Selector="draggedImage:endedAt:deposited:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="ignoreModifierKeysWhileDragging", IsProperty=true, IsRequired=false, IsStatic=false, Name="IgnoreModifierKeysWhileDragging", PropertyType=typeof(System.Boolean), Selector="ignoreModifierKeysWhileDragging")>]
type INSDraggingSource = 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