INSTextViewDelegate インターフェイス

定義

[Foundation.Protocol(Name="NSTextViewDelegate", WrapperType=typeof(AppKit.NSTextViewDelegateWrapper))]
public interface INSTextViewDelegate : AppKit.INSTextDelegate, IDisposable
type INSTextViewDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSTextDelegate
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

TextDidBeginEditing(INSTextDelegate, NSNotification)
TextDidChange(INSTextDelegate, NSNotification)
TextDidEndEditing(INSTextDelegate, NSNotification)
TextShouldBeginEditing(INSTextDelegate, NSText)
TextShouldEndEditing(INSTextDelegate, NSText)
CellClicked(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, CGRect, nuint)
CellDoubleClicked(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, CGRect, nuint)
DidChangeSelection(INSTextViewDelegate, NSNotification)
DidChangeTypingAttributes(INSTextViewDelegate, NSNotification)
DidCheckText(INSTextViewDelegate, NSTextView, NSRange, NSTextCheckingTypes, NSDictionary, NSTextCheckingResult[], NSOrthography, nint)
DoCommandBySelector(INSTextViewDelegate, NSTextView, Selector)
DraggedCell(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, CGRect, NSEvent)
GetCandidates(INSTextViewDelegate, NSTextView, NSRange)
GetCompletions(INSTextViewDelegate, NSTextView, String[], NSRange, nint)
GetTextCheckingCandidates(INSTextViewDelegate, NSTextView, NSTextCheckingResult[], NSRange)
GetUndoManager(INSTextViewDelegate, NSTextView)
GetWritablePasteboardTypes(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, nuint)
LinkClicked(INSTextViewDelegate, NSTextView, NSObject, nuint)
MenuForEvent(INSTextViewDelegate, NSTextView, NSMenu, NSEvent, nuint)
ShouldChangeTextInRange(INSTextViewDelegate, NSTextView, NSRange, String)
ShouldChangeTextInRanges(INSTextViewDelegate, NSTextView, NSValue[], String[])
ShouldChangeTypingAttributes(INSTextViewDelegate, NSTextView, NSDictionary, NSDictionary)
ShouldSelectCandidates(INSTextViewDelegate, NSTextView, nuint)
ShouldSetSpellingState(INSTextViewDelegate, NSTextView, nint, 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, nuint)
WriteCell(INSTextViewDelegate, NSTextView, NSTextAttachmentCell, nuint, NSPasteboard, String)

適用対象