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

Occurs on the server side when we call the server from client side by launching the rt.CallTheServer(); procedure.

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

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