NSTextViewDelegate_Extensions.WillChangeSelection Method

Definition

public static Foundation.NSRange WillChangeSelection (this AppKit.INSTextViewDelegate This, AppKit.NSTextView textView, Foundation.NSRange oldSelectedCharRange, Foundation.NSRange newSelectedCharRange);
static member WillChangeSelection : AppKit.INSTextViewDelegate * AppKit.NSTextView * Foundation.NSRange * Foundation.NSRange -> Foundation.NSRange

Parameters

textView
NSTextView
oldSelectedCharRange
NSRange
newSelectedCharRange
NSRange

Returns

Applies to