ASPxClientRatingControlItemMouseEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientRatingControl.ItemMouseOut and ASPxClientRatingControl.ItemMouseOver events.
#Declaration
TypeScript
interface ASPxClientRatingControlItemMouseEventHandler<Sender> { (source: Sender, e: ASPxClientRatingControlItemMouseEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. |
e | ASPx |
An ASPx |
See Also