Language

RadioGroup.CheckedChangeEventArgs(Int32) Constructor

Definition

Initializes event data supplied by the checked change callback.

public CheckedChangeEventArgs(int checkedId);
new Android.Widget.RadioGroup.CheckedChangeEventArgs : int -> Android.Widget.RadioGroup.CheckedChangeEventArgs

Parameters

checkedId
Int32

The checked id value.

Remarks

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.

Applies to