OnPrintEventHandler Method (DesignerMain)
In This Topic
Syntax
'Declaration
Protected Sub OnPrintEventHandler( _
ByVal As PrintArgs _
)
'Usage
Dim instance As DesignerMain
Dim e As PrintArgs
instance.OnPrintEventHandler(e)
protected void OnPrintEventHandler(
PrintArgs
)
Parameters
- e
See Also