ViewGroup.OnNestedPrePerformAccessibilityAction(View, Action, Bundle) 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.
To be added
[Android.Runtime.Register("onNestedPrePerformAccessibilityAction", "(Landroid/view/View;ILandroid/os/Bundle;)Z", "GetOnNestedPrePerformAccessibilityAction_Landroid_view_View_ILandroid_os_Bundle_Handler", ApiSince=22)]
public virtual bool OnNestedPrePerformAccessibilityAction (Android.Views.View? target, Android.Views.Accessibility.Action action, Android.OS.Bundle? args);
[<Android.Runtime.Register("onNestedPrePerformAccessibilityAction", "(Landroid/view/View;ILandroid/os/Bundle;)Z", "GetOnNestedPrePerformAccessibilityAction_Landroid_view_View_ILandroid_os_Bundle_Handler", ApiSince=22)>]
abstract member OnNestedPrePerformAccessibilityAction : Android.Views.View * Android.Views.Accessibility.Action * Android.OS.Bundle -> bool
override this.OnNestedPrePerformAccessibilityAction : Android.Views.View * Android.Views.Accessibility.Action * Android.OS.Bundle -> bool
Parameters
- target
- View
The target view dispatching this action
- action
- Action
Action being performed; see
android.view.accessibility.AccessibilityNodeInfo
- args
- Bundle
Optional action arguments
Returns
false by default. Subclasses should return true if they handle the event.
Implements
- Attributes
Remarks
To be added
Subclasses should always call super.onNestedPrePerformAccessibilityAction
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.