MonobjcMonobjc Documented Class Library
TextViewDraggedCellInRectEvent Method (aTextView, cell, aRect, theEvent)
NamespacesMonobjc.AppKitNSTableViewTextViewDraggedCellInRectEvent(NSTextView, INSTextAttachmentCell, NSRect, NSEvent)

Sent when the user attempts to drag a cell. (Deprecated. Use textView:draggedCell:inRect:event:atIndex: instead.)

Original signature is '- (void)textView:(NSTextView *)aTextView draggedCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)aRect event:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TextViewDraggedCellInRectEvent(
	NSTextView aTextView,
	INSTextAttachmentCell cell,
	NSRect aRect,
	NSEvent theEvent
)
Public Overridable Sub TextViewDraggedCellInRectEvent ( _
	aTextView As NSTextView, _
	cell As INSTextAttachmentCell, _
	aRect As NSRect, _
	theEvent As NSEvent _
)
public:
virtual void TextViewDraggedCellInRectEvent(
	NSTextView^ aTextView, 
	INSTextAttachmentCell^ cell, 
	NSRect aRect, 
	NSEvent^ theEvent
)
Parameters
aTextView (NSTextView)
The text view sending the message.
cell (INSTextAttachmentCell)
The cell being dragged.
aRect (NSRect)
The rectangle from which the cell was dragged.
theEvent (NSEvent)
The mouse-down event that preceded the mouse-dragged event.
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)