MonobjcMonobjc Documented Class Library
INSDraggingDestination Interface
NamespacesMonobjc.AppKitINSDraggingDestination

[Missing <summary> documentation for "T:Monobjc.AppKit.INSDraggingDestination"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSDraggingDestination : IManagedWrapper
Public Interface INSDraggingDestination _
	Inherits IManagedWrapper
public interface class INSDraggingDestination : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
ConcludeDragOperation(INSDraggingInfo)

Invoked when the dragging operation is complete, signaling the receiver to perform any necessary clean-up.

Original signature is '- (void)concludeDragOperation:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


DraggingEnded(INSDraggingInfo)

Implement this method to be notified when a drag operation ends in some other destination.

Original signature is '- (void)draggingEnded:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


DraggingEntered(INSDraggingInfo)

Invoked when the dragged image enters destination bounds or frame; delegate returns dragging operation to perform.

Original signature is '- (NSDragOperation)draggingEntered:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


DraggingExited(INSDraggingInfo)

Invoked when the dragged image exits the destination’s bounds rectangle (in the case of a view object) or its frame rectangle (in the case of a window object).

Original signature is '- (void)draggingExited:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


DraggingUpdated(INSDraggingInfo)

Invoked periodically as the image is held within the destination area, allowing modification of the dragging operation or mouse-pointer position.

Original signature is '- (NSDragOperation)draggingUpdated:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
PerformDragOperation(INSDraggingInfo)

Invoked after the released image has been removed from the screen, signaling the receiver to import the pasteboard data.

Original signature is '- (BOOL)performDragOperation:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


PrepareForDragOperation(INSDraggingInfo)

Invoked when the image is released, allowing the receiver to agree to or refuse drag operation.

Original signature is '- (BOOL)prepareForDragOperation:(id < NSDraggingInfo >)sender'

Available in Mac OS X v10.0 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
WantsPeriodicDraggingUpdates

Asks the destination object whether it wants to receive periodic draggingUpdated: messages.

Original signature is '- (BOOL)wantsPeriodicDraggingUpdates'

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)