The fields of Android.Views.Accessibility.AccessibilityEvent are listed below. For a list of all members, see the AccessibilityEvent Members list.
See Also: Inherited members from Android.Views.Accessibility.AccessibilityRecord
const | ContentChangeTypeContentDescription | ContentChangeTypes (4). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's content description changed. |
const | ContentChangeTypeSubtree | ContentChangeTypes (1). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: A node in the subtree rooted at the source node was added or removed. |
const | ContentChangeTypeText | ContentChangeTypes (2). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's text changed. |
const | ContentChangeTypeUndefined | ContentChangeTypes (0). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The type of change is not defined. |
const | InvalidPosition | int (-1). Invalid selection/focus position. |
const | MaxTextLength | int (500). Maximum length of the text fields. |