PrintAbortedEventHandler Delegate
In This Topic
Summary description for Document Events.
Syntax
'Declaration
Public Delegate Sub PrintAbortedEventHandler( _
ByVal As Object, _
ByVal As EventArgs _
)
public delegate void PrintAbortedEventHandler(
object ,
EventArgs
)
Parameters
- sender
- e
See Also