Language

RatingBar.RatingBarChangeEventArgs Class

Definition

Provides data for the RatingBarChange event.

public class RatingBar.RatingBarChangeEventArgs : EventArgs
type RatingBar.RatingBarChangeEventArgs = class
    inherit EventArgs
Inheritance
RatingBar.RatingBarChangeEventArgs

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.

Constructors

Name Description
RatingBar.RatingBarChangeEventArgs(Single, Boolean)

Initializes event data supplied by the rating bar change callback.

Properties

Name Description
FromUser

Gets whether the change originated from the user supplied by the rating bar change callback.

Rating

Gets the rating.

Applies to