Class AnchorClickedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
9

AnchorClickedEventArgs is a class to record anchor click event arguments which will be sent to user.

C#
Copy
public class AnchorClickedEventArgs : EventArgs
Inheritance
System.Object
AnchorClickedEventArgs

Properties

View Source

Href

Anchor href(hypertext reference).

Declaration
C#
Copy
public string Href { get; set; }
Property Value
Type Description
System.String
API Level: 9