Android.Text.Method.ReplacementTransformationMethod.OnFocusChanged Method
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")]
public virtual void OnFocusChanged (Android.Views.View view, Java.Lang.ICharSequence sourceText, bool focused, 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

This method is called when the TextView that uses this TransformationMethod gains or loses focus.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1