Callback method to be invoked when the touch mode changes.
Syntax
[Android.Runtime.Register("onTouchModeChanged", "(Z)V", "GetOnTouchModeChanged_ZHandler")]
public virtual
void OnTouchModeChanged (
bool isInTouchMode)
Parameters
- isInTouchMode
- True if the view hierarchy is now in touch mode, false otherwise.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1