Back to Devexpress

RatingControlItemEventHandler Delegate

aspnet-devexpress-dot-web-100d829a.md

latest1.3 KB
Original Source

RatingControlItemEventHandler Delegate

A method that will handle a control’s ASPxRatingControl.ItemClick event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void RatingControlItemEventHandler(
    object sender,
    RatingControlItemEventArgs e
);
vb
Public Delegate Sub RatingControlItemEventHandler(
    sender As Object,
    e As RatingControlItemEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | RatingControlItemEventArgs |

An RatingControlItemEventArgs object that contains event data.

|

See Also

Rating Control

DevExpress.Web Namespace