Share via


INSTextViewDelegate.CellDoubleClicked Method

Definition

[Foundation.Export("textView:doubleClickedOnCell:inRect:atIndex:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to