APNSoft Controls [4.5.2.20] - API Reference
RatingEventHandler Delegate

Represents the method that will handle command events of a Rating.

[Visual Basic]
Public Delegate Sub RatingEventHandler( _
   ByVal sender As Object, _
   ByVal e As RatingEventArgs _
)
[C#]
public delegate void RatingEventHandler(
   object sender,
   RatingEventArgs e
);

Parameters

sender
The source of the event.
e
A RatingEventArgs than contains the event data.

Requirements

Namespace: APNSoft.WebControls

Assembly: APNSoftControls (in APNSoftControls.dll)

See Also

APNSoft.WebControls Namespace