Share via


INSTextViewDelegate.WillChangeSelectionFromRanges Method

Definition

[Foundation.Export("textView:willChangeSelectionFromCharacterRanges:toCharacterRanges:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSValue[] WillChangeSelectionFromRanges(AppKit.NSTextView textView, Foundation.NSValue[] oldSelectedCharRanges, Foundation.NSValue[] newSelectedCharRanges);
[<Foundation.Export("textView:willChangeSelectionFromCharacterRanges:toCharacterRanges:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillChangeSelectionFromRanges : AppKit.NSTextView * Foundation.NSValue[] * Foundation.NSValue[] -> Foundation.NSValue[]
override this.WillChangeSelectionFromRanges : AppKit.NSTextView * Foundation.NSValue[] * Foundation.NSValue[] -> Foundation.NSValue[]

Parameters

textView
NSTextView
oldSelectedCharRanges
NSValue[]
newSelectedCharRanges
NSValue[]

Returns

Attributes

Applies to