APNSoft Controls [4.5.2.20] - API Reference
APNSoftRating.OnSegmentClick Event

Occurs on the server side when the segment is clicked.

[Visual Basic]
Public Event OnSegmentClick As RatingEventHandler
[C#]
public event RatingEventHandler OnSegmentClick;

Event Data

The event handler receives an argument of type RatingEventArgs containing data related to this event. The following RatingEventArgs property provides information specific to this event.

PropertyDescription
Parameter Gets or sets a value of parameter when the event is raised.

See Also

APNSoftRating Class | APNSoft.WebControls Namespace