SLComposeServiceViewController.WillChangeSelection Method

Definition

[Foundation.Export("textView:willChangeSelectionFromCharacterRange:toCharacterRange:")]
public virtual Foundation.NSRange WillChangeSelection (AppKit.NSTextView textView, Foundation.NSRange oldSelectedCharRange, Foundation.NSRange newSelectedCharRange);
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

Attributes

Applies to