Share via


NSTextViewCellPasteboard Delegate

Definition

public delegate bool NSTextViewCellPasteboard(NSTextView view, NSTextAttachmentCell cell, UIntPtr charIndex, NSPasteboard pboard, string type);
type NSTextViewCellPasteboard = delegate of NSTextView * NSTextAttachmentCell * unativeint * NSPasteboard * string -> bool

Parameters

view
NSTextView
charIndex
UIntPtr

unativeint

pboard
NSPasteboard
type
String

Return Value

Applies to