MonobjcMonobjc Documented Class Library
NSPathControl..::..PathControlValidateDropEventHandler Delegate
NamespacesMonobjc.AppKitNSPathControlNSPathControl..::..PathControlValidateDropEventHandler

Implement this method to enable dragging onto the control.

Original signature is '- (NSDragOperation)pathControl:(NSPathControl *)pathControl validateDrop:(id < NSDraggingInfo >)info'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate NSDragOperation PathControlValidateDropEventHandler(
	NSPathControl pathControl,
	INSDraggingInfo info
)
Public Delegate Function PathControlValidateDropEventHandler ( _
	pathControl As NSPathControl, _
	info As INSDraggingInfo _
) As NSDragOperation
public delegate NSDragOperation PathControlValidateDropEventHandler(
	NSPathControl^ pathControl, 
	INSDraggingInfo^ info
)
Parameters
pathControl (NSPathControl)
The path control that sent the message.
info (INSDraggingInfo)
An object containing details about this dragging operation.
Return Value
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)