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