'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub OnShown( _ ByVal e As System.EventArgs _ )
'Usage
Dim instance As WorkbookDesigner Dim e As System.EventArgs instance.OnShown(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void OnShown( System.EventArgs e )
Parameters
- e