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

Declaration Syntax
C#Visual BasicVisual C++
bool PerformDragOperation(
	INSDraggingInfo sender
)
Function PerformDragOperation ( _
	sender As INSDraggingInfo _
) As Boolean
bool PerformDragOperation(
	INSDraggingInfo^ sender
)
Parameters
sender (INSDraggingInfo)
The object sending the message; use it to get details about the dragging operation.
Return Value
If the destination accepts the data, it returns YES; otherwise it returns NO. The default is to return NO.
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)