C# Class Rock.Web.UI.Controls.BadgeRowEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
BadgeRowEventArgs ( object fieldValue ) : System

Initializes a new instance of the BadgeRowEventArgs class.

Method Details

BadgeRowEventArgs() public méthode

Initializes a new instance of the BadgeRowEventArgs class.
public BadgeRowEventArgs ( object fieldValue ) : System
fieldValue object The field value.
Résultat System