NSTextViewCellPasteboard Delegate

Definition

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

Parameters

view
NSTextView
charIndex
System.System.UIntPtr System.unativeint
pboard
NSPasteboard
type
String

Return Value

Applies to