Android.Views.Accessibility.AccessibilityRecord.Source Property
Gets the Android.Views.Accessibility.AccessibilityNodeInfo of the event source.

Syntax

[get: Android.Runtime.Register("getSource", "()Landroid/view/accessibility/AccessibilityNodeInfo;", "GetGetSourceHandler")]
public virtual AccessibilityNodeInfo Source { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the Android.Views.Accessibility.AccessibilityNodeInfo of the event source.

Note: It is a client responsibility to recycle the received info by calling AccessibilityNodeInfo.Recycle to avoid creating of multiple instances.

[Android Documentation]

Requirements

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