Rated 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<EventArgs<decimal>> Rated
Visual Basic
Public Event Rated As EventHandler(Of EventArgs(Of Decimal))
Visual C++
public:
 event EventHandler<EventArgs<Decimal>^>^ Rated {
	void add (EventHandler<EventArgs<Decimal>^>^ value);
	void remove (EventHandler<EventArgs<Decimal>^>^ value);
}
F#
member Rated : IEvent<EventHandler<EventArgs<decimal>>,
    EventArgs<decimal>>

Value

Type: System..::..EventHandler<(Of <(<'EventArgs<(Of <(<'Decimal>)>)>>)>)>

See Also