overrides OnInit in WebControl
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected Overrides Sub OnInit ( _ e As EventArgs _ ) |
C# |
---|
protected override void OnInit( EventArgs e ) |
Visual C++ |
---|
protected: virtual void OnInit( EventArgs^ e ) override |
JavaScript |
---|
function onInit(e); |
Parameters
- e
- Type: System..::..EventArgs