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

Inheritance: NumberBox
显示文件 Open project: SparkDevNetwork/Rock Class Usage Examples

Protected Methods

Method Description
OnInit ( System e ) : void

Raises the E:System.Web.UI.Control.Init event.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( System e ) : void
e System An object that contains the event data.
return void