previewPanel(_:handle:)
Handles an event that the preview panel receives, but doesn’t handle.
Declaration
optional func previewPanel(_ panel: QLPreviewPanel!, handle event: NSEvent!) -> BoolParameters
- panel:
The preview panel.
- event:
The event that the preview panel wasn’t able to handle.
Return Value
Discussion
The preview panel invokes this optional method when it receives an event it doesn’t handle.