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

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

Public Methods

Method Description
PostBackEventArgs ( string eventArgument ) : System

Initializes a new instance of the PostBackEventArgs class.

Method Details

PostBackEventArgs() public method

Initializes a new instance of the PostBackEventArgs class.
public PostBackEventArgs ( string eventArgument ) : System
eventArgument string The event argument.
return System