OnShown Method (MoreColors)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnShown( _
ByVal As EventArgs _
)
'Usage
Dim instance As MoreColors
Dim e As EventArgs
instance.OnShown(e)
protected override void OnShown(
EventArgs
)
Parameters
- e
See Also