Android.Views.Accessibility.AccessibilityEvent: Field Members

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

Public Fields

const
ContentChangeTypeContentDescriptionContentChangeTypes (4). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's content description changed.
const
ContentChangeTypeSubtreeContentChangeTypes (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
ContentChangeTypeTextContentChangeTypes (2). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's text changed.
const
ContentChangeTypeUndefinedContentChangeTypes (0). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The type of change is not defined.
const
InvalidPositionint (-1). Invalid selection/focus position.
const
MaxTextLengthint (500). Maximum length of the text fields.