InputMethodManager.ViewClicked(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Notify the event when the user tapped or clicked the text view.
[Android.Runtime.Register("viewClicked", "(Landroid/view/View;)V", "")]
[System.Obsolete("deprecated")]
public void ViewClicked (Android.Views.View? view);
[<Android.Runtime.Register("viewClicked", "(Landroid/view/View;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.ViewClicked : Android.Views.View -> unit
Parameters
- view
- View
View which is being clicked.
- Attributes
Remarks
Java documentation for android.view.inputmethod.InputMethodManager.viewClicked(android.view.View).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.