MonobjcMonobjc Documented Class Library
RunActionForKeyObjectArguments Method (key, anObject, dict)
NamespacesMonobjc.QuartzCoreCAAnimationRunActionForKeyObjectArguments(NSString, Id, NSDictionary)

Called to trigger the action specified by the identifier.

Original signature is '- (void)runActionForKey:(NSString *)key object:(id)anObject arguments:(NSDictionary *)dict'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RunActionForKeyObjectArguments(
	NSString key,
	Id anObject,
	NSDictionary dict
)
Public Overridable Sub RunActionForKeyObjectArguments ( _
	key As NSString, _
	anObject As Id, _
	dict As NSDictionary _
)
public:
virtual void RunActionForKeyObjectArguments(
	NSString^ key, 
	Id^ anObject, 
	NSDictionary^ dict
)
Parameters
key (NSString)
The identifier of the action. The identifier may be a key or key path relative to anObject, an arbitrary external action, or one of the action identifiers defined in CALayer Class Reference.
anObject (Id)
The layer on which the action should occur.
dict (NSDictionary)
A dictionary containing parameters associated with this event. May be nil.
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)