MonobjcMonobjc Documented Class Library
ActionForLayerForKey Event
NamespacesMonobjc.QuartzCoreCALayer..::..CALayerDelegateEventDispatcherActionForLayerForKey

Allows the delegate to customize the action for a layer.

Original signature is '- (id < CAAction >)actionForLayer:(CALayer *)layer forKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public event CALayer..::..ActionForLayerForKeyEventHandler ActionForLayerForKey
Public Event ActionForLayerForKey As CALayer..::..ActionForLayerForKeyEventHandler
Return Value
Returns an object implementing the CAAction protocol. May return nil if the delegate doesn't specify a behavior for key.
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)