MonobjcMonobjc Documented Class Library
TextViewDraggedCellInRectEventAtIndex Method (aTextView, cell, rect, event, charIndex)
NamespacesMonobjc.AppKitNSTableViewTextViewDraggedCellInRectEventAtIndex(NSTextView, INSTextAttachmentCell, NSRect, NSEvent, NSUInteger)

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 virtual void TextViewDraggedCellInRectEventAtIndex(
	NSTextView aTextView,
	INSTextAttachmentCell cell,
	NSRect rect,
	NSEvent event,
	NSUInteger charIndex
)
Public Overridable Sub TextViewDraggedCellInRectEventAtIndex ( _
	aTextView As NSTextView, _
	cell As INSTextAttachmentCell, _
	rect As NSRect, _
	event As NSEvent, _
	charIndex As NSUInteger _
)
public:
virtual void TextViewDraggedCellInRectEventAtIndex(
	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)