PrintOptionsForm_Load Method (PrintOptionsForm)
In This Topic
Syntax
'Declaration
Protected Overridable Sub PrintOptionsForm_Load( _
ByVal As Object, _
ByVal As EventArgs _
)
protected virtual void PrintOptionsForm_Load(
object ,
EventArgs
)
Parameters
- sender
- e
See Also