MonobjcMonobjc Documented Class Library
NSTextView..::..TextViewDraggedCellInRectEventAtIndexEventHandler Delegate
NamespacesMonobjc.AppKitNSTextViewNSTextView..::..TextViewDraggedCellInRectEventAtIndexEventHandler

Sent when the user attempts to drag a cell.

Original signature is '- (void)textView:(NSTextView *)aTextView draggedCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)rect event:(NSEvent *)event atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void TextViewDraggedCellInRectEventAtIndexEventHandler(
	NSTextView aTextView,
	INSTextAttachmentCell cell,
	NSRect rect,
	NSEvent event,
	NSUInteger charIndex
)
Public Delegate Sub TextViewDraggedCellInRectEventAtIndexEventHandler ( _
	aTextView As NSTextView, _
	cell As INSTextAttachmentCell, _
	rect As NSRect, _
	event As NSEvent, _
	charIndex As NSUInteger _
)
public delegate void TextViewDraggedCellInRectEventAtIndexEventHandler(
	NSTextView^ aTextView, 
	INSTextAttachmentCell^ cell, 
	NSRect rect, 
	NSEvent^ event, 
	NSUInteger charIndex
)
Parameters
aTextView (NSTextView)
The text view sending the message.
cell (INSTextAttachmentCell)
The cell being dragged.
rect (NSRect)
MISSING
event (NSEvent)
MISSING
charIndex (NSUInteger)
The character position where the mouse button was clicked.
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)