Class GetNameEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

Accessibility name event arguments.

C#
Copy
public class GetNameEventArgs : EventArgs
Inheritance
GetNameEventArgs

Properties

View Source

Name

Accessibility name.

Declaration
C#
Copy
public string Name { get; set; }
Property Value
Type Description
String

Extension Methods