MonobjcMonobjc Documented Class Library
TextViewWillChangeSelectionFromCharacterRangesToCharacterRanges Event
NamespacesMonobjc.AppKitNSTextView..::..NSTextViewDelegateEventDispatcherTextViewWillChangeSelectionFromCharacterRangesToCharacterRanges

Returns the actual character ranges to select.

Original signature is '- (NSArray *)textView:(NSTextView *)aTextView willChangeSelectionFromCharacterRanges:(NSArray *)oldSelectedCharRanges toCharacterRanges:(NSArray *)newSelectedCharRanges'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
An array containing the actual character ranges for the new selection.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)