'Declaration
Public Event PrintCancelled As PrintCancelledEventHandler
'Usage
Dim instance As FpSpread Dim handler As PrintCancelledEventHandler AddHandler instance.PrintCancelled, handler
public event PrintCancelledEventHandler PrintCancelled
'Declaration
Public Event PrintCancelled As PrintCancelledEventHandler
'Usage
Dim instance As FpSpread Dim handler As PrintCancelledEventHandler AddHandler instance.PrintCancelled, handler
public event PrintCancelledEventHandler PrintCancelled