MonobjcMonobjc Documented Class Library
DraggingEntered Method (sender)
NamespacesMonobjc.AppKitINSDraggingDestinationDraggingEntered(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.

Declaration Syntax
C#Visual BasicVisual C++
NSDragOperation DraggingEntered(
	INSDraggingInfo sender
)
Function DraggingEntered ( _
	sender As INSDraggingInfo _
) As NSDragOperation
NSDragOperation DraggingEntered(
	INSDraggingInfo^ sender
)
Parameters
sender (INSDraggingInfo)
The object sending the message; use it to get details about the dragging operation.
Return Value
One (and only one) of the dragging operation constants described in Dragging operations in the NSDraggingInfo reference. The default return value (if this method is not implemented by the destination) is the value returned by the previous draggingEntered: message.
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)