AccessibilityEvent.EventType 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.
Gets the event type. -or- Sets the event type.
public Android.Views.Accessibility.EventTypes EventType { [Android.Runtime.Register("getEventType", "()I", "")] get; [Android.Runtime.Register("setEventType", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getEventType", "()I", "")>]
[<set: Android.Runtime.Register("setEventType", "(I)V", "")>]
member this.EventType : Android.Views.Accessibility.EventTypes with get, set
Property Value
The event type.
- Attributes
Exceptions
If called from an AccessibilityService.
Remarks
Property getter documentation:
Gets the event type.
Java documentation for android.view.accessibility.AccessibilityEvent.getEventType()
.
Property setter documentation:
Sets the event type.
<b>Note: An event must represent a single event type.</b>
Java documentation for android.view.accessibility.AccessibilityEvent.setEventType(int)
.
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.