MonobjcMonobjc Documented Class Library
PreviewPanelHandleEvent Event
NamespacesMonobjc.QuartzQLPreviewPanel..::..QLPreviewPanelDelegateEventDispatcherPreviewPanelHandleEvent

Invoked by the preview panel when it receives an event it doesn't handle. This method is optional.

Original signature is '- (BOOL)previewPanel:(QLPreviewPanel *)panel handleEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES if the receiver handled the event, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)