Class AccessibilityActionReceivedEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Provides the data for the AccessibilityActionReceived event.
public class AccessibilityActionReceivedEventArgs : EventArgs
- Inheritance
-
objectAccessibilityActionReceivedEventArgs
Properties
View SourceActionType
Gets or sets the accessibility action event data.
Declaration
public AccessibilityAction ActionType { get; set; }
Property Value
| Type | Description |
|---|---|
| AccessibilityAction |
Handled
Gets or sets a value indicating whether the event has been handled.
Declaration
public bool Handled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Target
Gets or sets the accessibility target view.
Declaration
public View Target { get; set; }
Property Value
| Type | Description |
|---|---|
| View |