Class SelectedEventArgs
Event arguments for events of RadioButton.
Inheritance
System.Object
System.EventArgs
SelectedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class SelectedEventArgs : EventArgs
Constructors
SelectedEventArgs(String, Boolean)
Creates a new SelectedEventArgs object that represents a change from RadioButton.
Declaration
public SelectedEventArgs(string value, bool isSelected)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The boolean value that checks whether the RadioButton is selected. |
System.Boolean | isSelected |
Properties
IsSelected
Gets the IsSelected for the SelectedEventArgs object.
Declaration
public bool IsSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Gets the Value for the SelectedEventArgs object.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |