This method is called when the selection has changed, in case any
subclasses would like to know.
Syntax
[Android.Runtime.Register("onSelectionChanged", "(II)V", "GetOnSelectionChanged_IIHandler")]
protected virtual
void OnSelectionChanged (
int selStart,
int selEnd)
Parameters
- selStart
- The new selection start location.
- selEnd
- The new selection end location.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3