Share via


NSTextViewDelegate.WillChangeSelection(NSTextView, NSRange, NSRange) Method

Definition

[Foundation.Export("textView:willChangeSelectionFromCharacterRange:toCharacterRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange WillChangeSelection(AppKit.NSTextView textView, Foundation.NSRange oldSelectedCharRange, Foundation.NSRange newSelectedCharRange);
[<Foundation.Export("textView:willChangeSelectionFromCharacterRange:toCharacterRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillChangeSelection : AppKit.NSTextView * Foundation.NSRange * Foundation.NSRange -> Foundation.NSRange
override this.WillChangeSelection : AppKit.NSTextView * Foundation.NSRange * Foundation.NSRange -> Foundation.NSRange

Parameters

textView
NSTextView
oldSelectedCharRange
NSRange
newSelectedCharRange
NSRange

Returns

Implements

Attributes

Applies to