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

Inheritance: System.EventArgs
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
BadgeRowEventArgs ( object fieldValue ) : System

Initializes a new instance of the BadgeRowEventArgs class.

Method Details

BadgeRowEventArgs() public method

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