AccessibilityEvent.Action Property
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
This maps to incorrect type. Use GetAction() and SetAction() until we fix the API
Gets the performed action that triggered this event.
[System.Obsolete("This maps to incorrect type. Use GetAction() and SetAction() until we fix the API")]
public Android.AccessibilityServices.GlobalAction Action { get; set; }
[<System.Obsolete("This maps to incorrect type. Use GetAction() and SetAction() until we fix the API")>]
member this.Action : Android.AccessibilityServices.GlobalAction with get, set
Property Value
- Attributes
Exceptions
If called from an AccessibilityService.
If called from an AccessibilityService.
Remarks
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.