BarCodeControl
OnInit Method
|
init function
Namespace:
Spire.Barcode.WebUI
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
protected override void OnInit(
EventArgs e
)
Protected Overrides Sub OnInit (
e As EventArgs
)
protected:
virtual void OnInit(
EventArgs^ e
) override
abstract OnInit :
e : EventArgs -> unit
override OnInit :
e : EventArgs -> unit
Parameters
-
e
-
Type:
System
EventArgs
EventArgs
See Also