Share via


NSTextViewDelegate.CellDoubleClicked Method

Definition

[Foundation.Export("textView:doubleClickedOnCell:inRect:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CellDoubleClicked(AppKit.NSTextView textView, AppKit.NSTextAttachmentCell cell, CoreGraphics.CGRect cellFrame, UIntPtr charIndex);
[<Foundation.Export("textView:doubleClickedOnCell:inRect:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CellDoubleClicked : AppKit.NSTextView * AppKit.NSTextAttachmentCell * CoreGraphics.CGRect * unativeint -> unit
override this.CellDoubleClicked : AppKit.NSTextView * AppKit.NSTextAttachmentCell * CoreGraphics.CGRect * unativeint -> unit

Parameters

textView
NSTextView
cellFrame
CGRect
charIndex
UIntPtr

unativeint

Implements

Attributes

Applies to