In This Topic
Syntax
'Declaration
Protected Overrides Sub OnInit( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpChart
Dim e As EventArgs
instance.OnInit(e)
protected override void OnInit(
EventArgs
)
Parameters
- e
- An System.EventArgs object that contains the event data.
See Also