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