Rating event handler.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public event EventHandler<RatingEventArgs> Rating
Visual Basic
Public Event Rating As EventHandler(Of RatingEventArgs)
Visual C++
public:
 event EventHandler<RatingEventArgs^>^ Rating {
	void add (EventHandler<RatingEventArgs^>^ value);
	void remove (EventHandler<RatingEventArgs^>^ value);
}
F#
member Rating : IEvent<EventHandler<RatingEventArgs>,
    RatingEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'RatingEventArgs>)>)>

See Also