This method is called when the TextView that uses this
TransformationMethod gains or loses focus.
Syntax
[Android.Runtime.Register("onFocusChanged", "(Landroid/view/View;Ljava/lang/CharSequence;ZILandroid/graphics/Rect;)V", "GetOnFocusChanged_Landroid_view_View_Ljava_lang_CharSequence_ZILandroid_graphics_Rect_Handler:Android.Text.Method.ITransformationMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void OnFocusChanged (
Android.Views.View view,
Java.Lang.ICharSequence sourceText,
bool focused, [Android.Runtime.GeneratedEnum]
Android.Views.FocusSearchDirection direction,
Android.Graphics.Rect previouslyFocusedRect)
Parameters
- view
- Documentation for this section has not yet been entered.
- sourceText
- Documentation for this section has not yet been entered.
- focused
- Documentation for this section has not yet been entered.
- direction
- Documentation for this section has not yet been entered.
- previouslyFocusedRect
- Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1