Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypes Property
Gets the bit mask of change types signaled by an AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event.

Syntax

[get: Android.Runtime.Register("getContentChangeTypes", "()I", "GetGetContentChangeTypesHandler")]
[set: Android.Runtime.Register("setContentChangeTypes", "(I)V", "GetSetContentChangeTypes_IHandler")]
public ContentChangeTypes ContentChangeTypes { get; set; }

See Also

AccessibilityEvent.ContentChangeTypes

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the bit mask of change types signaled by an AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event. A single event may represent multiple change types.

Set method documentation [Android Documentation]

Sets the bit mask of node tree changes signaled by an AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4