NSTextViewDelegate
NSTextViewDelegate()
NSTextViewDelegate(IntPtr)
NSTextViewDelegate(NativeHandle)
NSTextViewDelegate(NSObjectFlag)
CellClicked(NSTextView, NSTextAttachmentCell, CGRect, nuint)
CellClicked(NSTextView, NSTextAttachmentCell, CGRect, nuint)
CellDoubleClicked(NSTextView, NSTextAttachmentCell, CGRect, nuint)
CellDoubleClicked(NSTextView, NSTextAttachmentCell, CGRect, nuint)
DidChangeSelection(NSNotification)
DidChangeTypingAttributes(NSNotification)
DidCheckText(NSTextView, NSRange, NSTextCheckingTypes, NSDictionary, NSTextCheckingResult[], NSOrthography, nint)
DidCheckText(NSTextView, NSRange, NSTextCheckingTypes, NSDictionary, NSTextCheckingResult[], NSOrthography, nint)
DoCommandBySelector(NSTextView, Selector)
DraggedCell(NSTextView, NSTextAttachmentCell, CGRect, NSEvent)
DraggedCell(NSTextView, NSTextAttachmentCell, CGRect, NSEvent, nuint)
GetCandidates(NSTextView, NSRange)
GetCompletions(NSTextView, String[], NSRange, nint)
GetCompletions(NSTextView, String[], NSRange, nint)
GetTextCheckingCandidates(NSTextView, NSTextCheckingResult[], NSRange)
GetUndoManager(NSTextView)
GetWritablePasteboardTypes(NSTextView, NSTextAttachmentCell, nuint)
GetWritablePasteboardTypes(NSTextView, NSTextAttachmentCell, nuint)
LinkClicked(NSTextView, NSObject, nuint)
LinkClicked(NSTextView, NSObject, nuint)
MenuForEvent(NSTextView, NSMenu, NSEvent, nuint)
MenuForEvent(NSTextView, NSMenu, NSEvent, nuint)
ShouldChangeTextInRange(NSTextView, NSRange, String)
ShouldChangeTextInRanges(NSTextView, NSValue[], String[])
ShouldChangeTypingAttributes(NSTextView, NSDictionary, NSDictionary)
ShouldSelectCandidates(NSTextView, nuint)
ShouldSelectCandidates(NSTextView, nuint)
ShouldSetSpellingState(NSTextView, nint, NSRange)
ShouldSetSpellingState(NSTextView, nint, NSRange)
ShouldUpdateTouchBarItemIdentifiers(NSTextView, String[])
WillChangeSelection(NSTextView, NSRange, NSRange)
WillChangeSelectionFromRanges(NSTextView, NSValue[], NSValue[])
WillCheckText(NSTextView, NSRange, NSDictionary, NSTextCheckingTypes)
WillDisplayToolTip(NSTextView, String, nuint)
WillDisplayToolTip(NSTextView, String, nuint)
WriteCell(NSTextView, NSTextAttachmentCell, nuint, NSPasteboard, String)
WriteCell(NSTextView, NSTextAttachmentCell, nuint, NSPasteboard, String)
xamarinmac
namespace AppKit
{
[Model]
[Protocol]
[Register("NSTextViewDelegate", false)]
public class NSTextViewDelegate : NSTextDelegate, INSTextDelegate, INSTextViewDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("textView:willDisplayToolTip:forCharacterAtIndex:")]
public virtual string? WillDisplayToolTip(NSTextView! textView, string! tooltip, nuint characterIndex);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API