MonobjcMonobjc Documented Class Library
DisplayLayer Event
NamespacesMonobjc.QuartzCoreCALayer..::..CALayerDelegateEventDispatcherDisplayLayer

Allows the delegate to override the display implementation.

Original signature is '- (void)displayLayer:(CALayer *)layer'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public event CALayer..::..DisplayLayerEventHandler DisplayLayer
Public Event DisplayLayer As CALayer..::..DisplayLayerEventHandler
public:
 event CALayer..::..DisplayLayerEventHandler^ DisplayLayer {
	void add (CALayer..::..DisplayLayerEventHandler^ value);
	void remove (CALayer..::..DisplayLayerEventHandler^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)