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