Share via


NSTextViewDelegate_Extensions Class

Definition

Extension methods to the INSTextViewDelegate interface to support all the methods from the NSTextViewDelegate protocol.

public static class NSTextViewDelegate_Extensions
type NSTextViewDelegate_Extensions = class
Inheritance
NSTextViewDelegate_Extensions

Remarks

The extension methods for INSTextViewDelegate interface allow developers to treat instances of the interface as having all the optional methods of the original NSTextViewDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
CellClicked(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, CGRect, UIntPtr)
CellDoubleClicked(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, CGRect, UIntPtr)
DidChangeSelection(INSTextViewDelegate, NSNotification)
DidChangeTypingAttributes(INSTextViewDelegate, NSNotification)
DidCheckText(INSTextViewDelegate, NSTextView, NSRange, NSTextCheckingTypes, NSDictionary, NSTextCheckingResult[], NSOrthography, IntPtr)
DoCommandBySelector(INSTextViewDelegate, NSTextView, Selector)
DraggedCell(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, CGRect, NSEvent, UIntPtr)
GetCandidates(INSTextViewDelegate, NSTextView, NSRange)
GetCompletions(INSTextViewDelegate, NSTextView, String[], NSRange, IntPtr)
GetTextCheckingCandidates(INSTextViewDelegate, NSTextView, NSTextCheckingResult[], NSRange)
GetUndoManager(INSTextViewDelegate, NSTextView)
GetWritablePasteboardTypes(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, UIntPtr)
GetWritingToolsIgnoredRangesInEnclosingRange(INSTextViewDelegate, NSTextView, NSRange)
LinkClicked(INSTextViewDelegate, NSTextView, NSObject, UIntPtr)
MenuForEvent(INSTextViewDelegate, NSTextView, NSMenu, NSEvent, UIntPtr)
ShouldChangeTextInRange(INSTextViewDelegate, NSTextView, NSRange, String)
ShouldChangeTextInRanges(INSTextViewDelegate, NSTextView, NSValue[], String[])
ShouldChangeTypingAttributes(INSTextViewDelegate, NSTextView, NSDictionary, NSDictionary)
ShouldSelectCandidates(INSTextViewDelegate, NSTextView, UIntPtr)
ShouldSetSpellingState(INSTextViewDelegate, NSTextView, IntPtr, NSRange)
ShouldUpdateTouchBarItemIdentifiers(INSTextViewDelegate, NSTextView, String[])
WillChangeSelection(INSTextViewDelegate, NSTextView, NSRange, NSRange)
WillChangeSelectionFromRanges(INSTextViewDelegate, NSTextView, NSValue[], NSValue[])
WillCheckText(INSTextViewDelegate, NSTextView, NSRange, NSDictionary, NSTextCheckingTypes)
WillDisplayToolTip(INSTextViewDelegate, NSTextView, String, UIntPtr)
WriteCell(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, UIntPtr, NSPasteboard, String)
WritingToolsDidEnd(INSTextViewDelegate, NSTextView)
WritingToolsWillBegin(INSTextViewDelegate, NSTextView)

Applies to