Interface IRadioButtonHandler
Contains methods and properties which allow to work with radio button control.
public interface IRadioButtonHandler : IControlHandler, IDisposableObject, IDisposable
Properties
- CheckedChanged
Gets or sets an action which is called when checked state is changed.
- IsChecked
Gets or sets whether or not this control is checked.