ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / C1Rating Class / OnClientRating Property

In This Topic
    OnClientRating Property
    In This Topic
    Fires before the control rating. This event can be cancelled. "return false;" to cancel the event.
    Syntax
    'Declaration
     
    Public Property OnClientRating As System.String
    public System.string OnClientRating {get; set;}
    See Also