Share via


INSTextViewDelegate.DraggedCell Method

Definition

[Foundation.Export("textView:draggedCell:inRect:event:atIndex:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DraggedCell(AppKit.NSTextView view, AppKit.NSTextAttachmentCell cell, CoreGraphics.CGRect rect, AppKit.NSEvent theEvent, UIntPtr charIndex);
[<Foundation.Export("textView:draggedCell:inRect:event:atIndex:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DraggedCell : AppKit.NSTextView * AppKit.NSTextAttachmentCell * CoreGraphics.CGRect * AppKit.NSEvent * unativeint -> unit
override this.DraggedCell : AppKit.NSTextView * AppKit.NSTextAttachmentCell * CoreGraphics.CGRect * AppKit.NSEvent * unativeint -> unit

Parameters

view
NSTextView
rect
CGRect
theEvent
NSEvent
charIndex
UIntPtr

unativeint

Attributes

Applies to