Table of Contents

Class RatingEventArgs

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class RatingEventArgs : EventArgs
Inheritance
RatingEventArgs
Inherited Members

Constructors

RatingEventArgs(string)

[Obsolete]
public RatingEventArgs(string args)

Parameters

args string

RatingEventArgs(string, string)

public RatingEventArgs(string value, string tag)

Parameters

value string
tag string

Properties

CallbackResult

public string CallbackResult { get; set; }

Property Value

string

Tag

public string Tag { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string