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

Declaration Syntax
C#Visual BasicVisual C++
NSDragOperation DraggingUpdated(
	INSDraggingInfo sender
)
Function DraggingUpdated ( _
	sender As INSDraggingInfo _
) As NSDragOperation
NSDragOperation DraggingUpdated(
	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)