Click or drag to resize
AbstractRatingControlOnRatingEventHandler Delegate
Rating event handler.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public delegate void OnRatingEventHandler(
	AbstractRatingControl sender
)

Parameters

sender
Type: CMS.ExtendedControlsAbstractRatingControl
See Also